Skip to content

Commit

Permalink
Merge pull request #160 from jglick/WorkflowRunRestartTest.resumeDisa…
Browse files Browse the repository at this point in the history
…bled

WorkflowRunRestartTest.resumeDisabled should not assume that the execution is not loaded
  • Loading branch information
dwnusbaum authored Aug 10, 2020
2 parents 7a9d132 + 6e16631 commit e94f51a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ public class WorkflowRunRestartTest {
assertTrue(p.isResumeBlocked());
WorkflowRun b = p.getBuildByNumber(1);
r.waitForCompletion(b);
assertFalse(b.executionLoaded);
assertTrue(b.completed);
assertFalse(b.isBuilding());
assertEquals(Result.ABORTED, b.getResult());
Expand Down

0 comments on commit e94f51a

Please sign in to comment.