BAEL-5856 mark manual test

This commit is contained in:
Loredana Crusoveanu 2023-01-31 19:10:03 +02:00
parent 848ae207b7
commit c84564a200
1 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,8 @@ import java.util.concurrent.TimeUnit;
import static org.junit.jupiter.api.Assertions.*;
@SpringBootTest(classes = OrderApplication.class, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
class OrderRestEndpointIntegrationTest {
//marked as manual as the test is unstable on Jenkins due to low resources
class OrderRestEndpointManualTest {
@LocalServerPort
private int port;