Merge pull request #13404 from eugenp/BAEL-5856-v2

BAEL-5856 mark manual test
This commit is contained in:
Loredana Crusoveanu 2023-02-01 11:29:28 +02:00 committed by GitHub
commit 14d504c4b6

View File

@ -27,7 +27,8 @@ import java.util.concurrent.TimeUnit;
import static org.junit.jupiter.api.Assertions.*; import static org.junit.jupiter.api.Assertions.*;
@SpringBootTest(classes = OrderApplication.class, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) @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 @LocalServerPort
private int port; private int port;