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
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;