Skip to content

Commit

Permalink
PreserveOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
raczeja committed Feb 17, 2022
1 parent 2d8fa9b commit b838b2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/uk/co/objectivity/test/db/RunTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ private static void runTestNG(int threadCount, Filter filter) {
suiteName = "FILTERED compare SQL results suite";
}
testng.setDefaultSuiteName(suiteName);
testng.setPreserveOrder(true);
testng.setParallel(XmlSuite.ParallelMode.INSTANCES);
testng.setThreadCount(threadCount);
// testng.setDataProviderThreadCount(cmpSqlResultsConfig.getThreads());
Expand Down

0 comments on commit b838b2a

Please sign in to comment.