Skip to content

Commit b15fde4

Browse files
dwnusbaumjglick
andauthored
Only activate TestExtension for blockSynchronously in the relevant test method
Co-authored-by: Jesse Glick <[email protected]>
1 parent 2de670d commit b15fde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/jenkinsci/plugins/workflow/flow/FlowExecutionListTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ private enum State {
273273
UNBLOCKED,
274274
}
275275

276-
@TestExtension public static class DescriptorImpl extends StepDescriptor {
276+
@TestExtension("stepExecutionIteratorDoesNotLeakBuildsWhenOneIsStuck") public static class DescriptorImpl extends StepDescriptor {
277277
@Override
278278
public Set<? extends Class<?>> getRequiredContext() {
279279
return Collections.singleton(TaskListener.class);

0 commit comments

Comments
 (0)