Skip to content

Commit 5caa3d6

Browse files
author
Gary Gregory
committed
Add a TODO comment (see GitHub builds).
1 parent e49cbb3 commit 5caa3d6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/test/java/org/apache/commons/io/FileUtilsWaitForTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ public void testWaitFor0() {
3737
FileUtils.waitFor(FileUtils.current(), 0);
3838
}
3939

40+
/**
41+
* TODO Fails randomly.
42+
*/
4043
@Test
4144
public void testWaitForInterrupted() throws InterruptedException {
4245
final AtomicBoolean wasInterrupted = new AtomicBoolean();

0 commit comments

Comments
 (0)