[JAVA-22589] Added comment regarding the failure of test
This commit is contained in:
parent
287c8c41bd
commit
6beb78f9d4
@ -31,6 +31,10 @@ import org.springframework.http.HttpStatus;
|
||||
import org.springframework.http.ResponseEntity;
|
||||
import org.springframework.test.annotation.DirtiesContext;
|
||||
|
||||
/**
|
||||
* This was failing as a unit test in integrated environment
|
||||
* probably due to parallel execution of tests.
|
||||
*/
|
||||
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
||||
@DirtiesContext(classMode = DirtiesContext.ClassMode.AFTER_EACH_TEST_METHOD)
|
||||
class ResilientAppControllerManualTest {
|
||||
|
Loading…
x
Reference in New Issue
Block a user