Skip to content

Commit

Permalink
Frequent failures in ExecutorTest.disconnectCause_WithoutTrace (#8245)
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick authored Jul 12, 2023
1 parent ab918b4 commit 94bee90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/test/java/hudson/model/ExecutorTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public void disconnectCause_WithoutTrace() throws Exception {
Assert.assertThat(offlineCause.toString(), not(containsString(message)));

b.doStop();
j.assertBuildStatus(Result.ABORTED, j.waitForCompletion(b));
j.waitForCompletion(b);
}

/**
Expand Down

0 comments on commit 94bee90

Please sign in to comment.