This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new 5caa3d6  Add a TODO comment (see GitHub builds).
5caa3d6 is described below

commit 5caa3d611d29f1e7dd646f105ce1fb5ec0cf238f
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Oct 28 16:18:53 2021 -0400

    Add a TODO comment (see GitHub builds).
---
 src/test/java/org/apache/commons/io/FileUtilsWaitForTest.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/test/java/org/apache/commons/io/FileUtilsWaitForTest.java 
b/src/test/java/org/apache/commons/io/FileUtilsWaitForTest.java
index 64ab3c7..b014b88 100644
--- a/src/test/java/org/apache/commons/io/FileUtilsWaitForTest.java
+++ b/src/test/java/org/apache/commons/io/FileUtilsWaitForTest.java
@@ -37,6 +37,9 @@ public class FileUtilsWaitForTest {
         FileUtils.waitFor(FileUtils.current(), 0);
     }
 
+    /**
+     * TODO Fails randomly.
+     */
     @Test
     public void testWaitForInterrupted() throws InterruptedException {
         final AtomicBoolean wasInterrupted = new AtomicBoolean();

Reply via email to