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
@@ -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()