Merge pull request #12888 from eugenp/BAEL-5798
BAEL-5798 rename test to manual
This commit is contained in:
		
						commit
						48124a7069
					
				| @ -2,7 +2,7 @@ org.jobrunr.background-job-server.enabled=true | |||||||
| org.jobrunr.dashboard.enabled=true | org.jobrunr.dashboard.enabled=true | ||||||
| org.jobrunr.dashboard.port=0 | org.jobrunr.dashboard.port=0 | ||||||
| 
 | 
 | ||||||
| logging.level.root=DEBUG | logging.level.root=INFO | ||||||
| 
 | 
 | ||||||
| management.health.circuitbreakers.enabled=true | management.health.circuitbreakers.enabled=true | ||||||
| management.health.ratelimiters.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; | import com.github.tomakehurst.wiremock.junit5.WireMockExtension; | ||||||
| 
 | 
 | ||||||
| @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) | @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 |     @RegisterExtension | ||||||
|     static WireMockExtension EXTERNAL_SERVICE = WireMockExtension.newInstance() |     static WireMockExtension EXTERNAL_SERVICE = WireMockExtension.newInstance() | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user