Skip to content

Commit

Permalink
Remove another flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Dec 15, 2023
1 parent d4954f4 commit 43b4afc
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/test/java/jenkins/advancedqueue/test/MatrixTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,6 @@ public void simple_matrix_with_no_configuration() throws Exception {
TestRunListener.assertStartedItems();
}

@Test
@LocalData
public void simple_two_matrix_with_no_configuration() throws Exception {
assumeTrue("Test unreliable on Windows", !isWindows());
TestRunListener.init(
new ExpectedItem("Matrix 0", 1), new ExpectedItem("Matrix 1", 1),
new ExpectedItem("0A1=0A.", 1), new ExpectedItem("0A1=0A.", 1),
new ExpectedItem("1A1=1A.", 1), new ExpectedItem("1A1=1A.", 1));
jobHelper.scheduleMatrixProjects(new UserIdCause(), new UserIdCause()).go();
j.waitUntilNoActivity();
TestRunListener.assertStartedItems();
}

private boolean isWindows() {
return java.io.File.pathSeparatorChar == ';';
}
Expand Down

0 comments on commit 43b4afc

Please sign in to comment.