Skip to content

Commit

Permalink
Do not run concurrent TypeScript tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Oct 14, 2024
1 parent 3da4aae commit 978fb57
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public void runMultiportTests() {
@Test
@Override
public void runConcurrentTests() {
Assumptions.assumeFalse(isWindows(), Message.NO_WINDOWS_SUPPORT);
super.runConcurrentTests();
}

Expand Down

0 comments on commit 978fb57

Please sign in to comment.