Merge pull request #12888 from eugenp/BAEL-5798

BAEL-5798 rename test to manual
This commit is contained in:
Loredana Crusoveanu 2022-10-19 16:56:23 +03:00 committed by GitHub
commit 48124a7069
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()