Attempt to fix race condition boot ls tests
See: https://www.pivotaltracker.com/story/show/175339205
This commit is contained in:
@@ -110,8 +110,8 @@ public class ActiveProfilesHoverTest {
|
||||
"\n" +
|
||||
"}"
|
||||
);
|
||||
editor.assertHighlights(/*NONE*/);
|
||||
editor.assertHoverContains("@Profile", "Consider adding `spring-boot-actuator` as a dependency");
|
||||
editor.assertNoHighlights();
|
||||
}
|
||||
|
||||
@Test
|
||||
@@ -162,7 +162,7 @@ public class ActiveProfilesHoverTest {
|
||||
"\n" +
|
||||
"}"
|
||||
);
|
||||
editor.assertHighlights(/*NONE*/);
|
||||
editor.assertNoHover("@Profile");
|
||||
editor.assertNoHighlights();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user