Skip to content

Commit

Permalink
[FIXED JENKINS-32214] WorkflowJob.poll should give preference to any …
Browse files Browse the repository at this point in the history
…SCMRevisionState from the latest running build.

Originally-Committed-As: 05e46bc4c66a5e0db4f5cced25f824d022b1d95a
  • Loading branch information
jglick committed Feb 18, 2016
1 parent 70f2d08 commit 936db2b
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -39,7 +39,6 @@
import org.jenkinsci.plugins.workflow.test.steps.SemaphoreStep;
import static org.junit.Assert.*;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.jvnet.hudson.test.BuildWatcher;
Expand Down Expand Up @@ -117,7 +116,6 @@ public class SubversionStepTest {
assertFalse(iterator.hasNext());
}

@Ignore("TODO returns SIGNIFICANT")
@Issue("JENKINS-32214")
@Test public void pollDuringBuild() throws Exception {
sampleRepo.init();
Expand Down

0 comments on commit 936db2b

Please sign in to comment.