BAEL-5798 rename test to manual
This commit is contained in:
parent
06ee77d7df
commit
c192ba162a
|
@ -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
|
||||
|
|
|
@ -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()
|
Loading…
Reference in New Issue