Skip to content

Commit 33c8bfb

Browse files
committed
1 parent e479234 commit 33c8bfb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/java/com/cloudbees/jenkins/support/impl/NodeExecutorsTest.java

+3
Original file line numberDiff line numberDiff line change
@@ -188,5 +188,8 @@ public void addContentsFiltered() throws Exception {
188188
assertTrue(executorMd.contains(filteredNodeDisplayName));
189189
assertTrue(executorMd.contains(filteredJobName));
190190
assertTrue(executorMd.contains(filteredJobDisplayName));
191+
192+
SemaphoreStep.success("wait/1", null);
193+
j.waitForCompletion(workflowRun);
191194
}
192195
}

0 commit comments

Comments
 (0)