Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
[JENKINS-27532] Noting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Mar 20, 2015
1 parent 1a8493c commit f9c9213
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -637,7 +637,7 @@ public static void finish(final boolean terminate) {
});
}

@RandomlyFails("TODO sometimes two copies of the WorkflowRun are loaded; try again in 1.597 (JENKINS-22767)")
@RandomlyFails("TODO JENKINS-27532 sometimes two copies of the WorkflowRun are loaded")
@Issue("JENKINS-26513")
@Test public void executorStepRestart() {
story.addStep(new Statement() {
Expand Down

1 comment on commit f9c9213

@jglick
Copy link
Member Author

@jglick jglick commented on f9c9213 Mar 20, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cf. #85, #89, #92.

Please sign in to comment.