Skip to content

Commit

Permalink
Moved test to the top in the test suite ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
juulhobert committed Aug 2, 2024
1 parent 50263d6 commit debf660
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ public TestSuiteOrdering() {
* the tests are to finishing. Newer tests are also more likely to fail, so this is
* a fail fast technique as well.
*/
suite.addTestSuite(MavenITmng7344EffectivePomPluginTest.class);
suite.addTestSuite(MavenITmng8123BuildCacheTest.class);
suite.addTestSuite(MavenITmng8106OverlappingDirectoryRolesTest.class);
suite.addTestSuite(MavenITmng8005IdeWorkspaceReaderUsedTest.class);
Expand Down Expand Up @@ -777,7 +778,6 @@ public TestSuiteOrdering() {
suite.addTestSuite(MavenIT0010DependencyClosureResolutionTest.class);
suite.addTestSuite(MavenIT0009GoalConfigurationTest.class);
suite.addTestSuite(MavenIT0008SimplePluginTest.class);
suite.addTestSuite(MavenITmng7344EffectivePomPluginTest.class);
/*
* Add tests in reverse alpha order above.
*/
Expand Down

0 comments on commit debf660

Please sign in to comment.