Skip to content

Commit

Permalink
Updating comment to note JENKINS-22001.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Feb 28, 2014
1 parent a008c44 commit a8117f5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -83,7 +83,7 @@ public void testDeleteChild() throws Exception {
assertEquals(1,f.getItems().size());

child.delete();
Thread.sleep(500); // TODO working around JENKINS-19446 “fix”
Thread.sleep(500); // TODO pending JENKINS-22001 in 1.554
assertEquals(0,f.getItems().size());
}

Expand Down

0 comments on commit a8117f5

Please sign in to comment.