You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should_create_valid_spring_boot_15war_archive(org.shrinkwrap.springboot.app.SpringBootTest) Time elapsed: 12.059 sec <<< ERROR!
org.awaitility.core.ConditionTimeoutException: org.shrinkwrap.springboot.app.SpringBootTest expected <200> but was <404> within 10 seconds.
at org.shrinkwrap.springboot.app.SpringBootTest.validateSpringBootArchive(SpringBootTest.java:90)
at org.shrinkwrap.springboot.app.SpringBootTest.should_create_valid_spring_boot_15war_archive(SpringBootTest.java:69)
is there any requirement to run those tests?
The text was updated successfully, but these errors were encountered:
When I try to build the project I'm getting:
should_create_valid_spring_boot_15war_archive(org.shrinkwrap.springboot.app.SpringBootTest) Time elapsed: 12.059 sec <<< ERROR!
org.awaitility.core.ConditionTimeoutException: org.shrinkwrap.springboot.app.SpringBootTest expected <200> but was <404> within 10 seconds.
at org.shrinkwrap.springboot.app.SpringBootTest.validateSpringBootArchive(SpringBootTest.java:90)
at org.shrinkwrap.springboot.app.SpringBootTest.should_create_valid_spring_boot_15war_archive(SpringBootTest.java:69)
is there any requirement to run those tests?
The text was updated successfully, but these errors were encountered: