Skip to content

Commit 06a3e09

Browse files
committed
SCMSourceRetrieverTest: checkDefaultVersion_inline_allowVersionEnvvar(): add back ecOrig to ecList [JENKINS-69731]
1 parent 5190214 commit 06a3e09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/org/jenkinsci/plugins/workflow/libs/SCMSourceRetrieverTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,11 +1088,9 @@ public class SCMSourceRetrieverTest {
10881088
ev.put("TEST_VAR_NAME", "feature");
10891089
}
10901090
});
1091-
/*
10921091
for (EnvironmentContributor ec : ecOrig) {
10931092
ecList.add(ec);
10941093
}
1095-
*/
10961094

10971095
p1.scheduleBuild2(0);
10981096
r.waitUntilNoActivity();

0 commit comments

Comments
 (0)