Skip to content

Commit

Permalink
[ci] Run Db2OnlineDefaultValueIT last (renamed with ZZZ prefix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Feb 19, 2024
1 parent d187e81 commit c5ea1bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@

<!-- Flaky Test Support -->
<fail.flaky.tests>true</fail.flaky.tests>

<!-- Order in which Maven Failsafe plugin runs integration tests, the default is in alphabetical order -->
<runOrder>alphabetical</runOrder>
</properties>

<repositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@
/**
* Default value handling integration tests using online schema evolution processes.
*
* NOTE:
* Class intentionally named with "ZZZ" prefix to run last.
*
* @author Chris Cranford
*/
public class Db2OnlineDefaultValueIT extends AbstractDb2DefaultValueIT {
public class ZZZDb2OnlineDefaultValueIT extends AbstractDb2DefaultValueIT {

@Rule
public TestRule conditionalFail = new ConditionalFail();
Expand Down

0 comments on commit c5ea1bf

Please sign in to comment.