Skip to content

Commit fc8425c

Browse files
authored
Windows flake of QueueTest.computerFailsJustAfterCreatingExecutor (#23899)
1 parent 0e5cee3 commit fc8425c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/src/test/java/hudson/model/QueueTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1546,6 +1546,9 @@ void computerFailsJustAfterCreatingExecutor() throws Throwable {
15461546
r.waitOnline(onlineSlave);
15471547
r.assertBuildStatusSuccess(f);
15481548
assertTrue(r.jenkins.getQueue().isEmpty());
1549+
// clean up
1550+
computer.disconnect(null).get();
1551+
r.jenkins.removeNode(onlineSlave);
15491552
}
15501553

15511554
private static class Cancelled extends CauseOfBlockage {

0 commit comments

Comments
 (0)