By default do only NT tests in integration tests

This commit is contained in:
Mark DePristo 2012-09-05 20:57:49 -04:00
parent 574a8f710b
commit 228bac75e4
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ public class WalkerTest extends BaseTest {
}
protected Pair<List<File>, List<String>> executeTestParallel(final String name, WalkerTestSpec spec) {
return executeTestParallel(name, spec, ParallelTestType.BOTH);
return executeTestParallel(name, spec, ParallelTestType.TREE_REDUCIBLE);
}
protected Pair<List<File>, List<String>> executeTest(final String name, WalkerTestSpec spec, List<Integer> ntThreads, List<Integer> cpuThreads) {