BAEL-5798 rename test to manual

This commit is contained in:
Loredana Crusoveanu 2022-10-19 16:52:31 +03:00
parent 06ee77d7df
commit c192ba162a
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ org.jobrunr.background-job-server.enabled=true
org.jobrunr.dashboard.enabled=true
org.jobrunr.dashboard.port=0
logging.level.root=DEBUG
logging.level.root=INFO
management.health.circuitbreakers.enabled=true
management.health.ratelimiters.enabled=true

View File

@ -34,7 +34,8 @@ import com.github.tomakehurst.wiremock.core.WireMockConfiguration;
import com.github.tomakehurst.wiremock.junit5.WireMockExtension;
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
class ResilientAppControllerUnitTest {
// test marked as manual because there are multiple test methods calling the same API and the order is not guaranteed
class ResilientAppControllerManualTest {
@RegisterExtension
static WireMockExtension EXTERNAL_SERVICE = WireMockExtension.newInstance()