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 01e63c2  Disable test FileUtilsDeleteDirectoryLinuxTestCase on macOS.
01e63c2 is described below

commit 01e63c28a8052c71bb2a095f628464f524872f4c
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 16 16:45:32 2021 -0400

    Disable test FileUtilsDeleteDirectoryLinuxTestCase on macOS.
---
 .../org/apache/commons/io/FileUtilsDeleteDirectoryLinuxTestCase.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/io/FileUtilsDeleteDirectoryLinuxTestCase.java
 
b/src/test/java/org/apache/commons/io/FileUtilsDeleteDirectoryLinuxTestCase.java
index 22857b9..584c38d 100644
--- 
a/src/test/java/org/apache/commons/io/FileUtilsDeleteDirectoryLinuxTestCase.java
+++ 
b/src/test/java/org/apache/commons/io/FileUtilsDeleteDirectoryLinuxTestCase.java
@@ -30,7 +30,7 @@ import org.junit.jupiter.api.Test;
 import org.junit.jupiter.api.condition.DisabledOnOs;
 import org.junit.jupiter.api.condition.OS;
 
-@DisabledOnOs(OS.WINDOWS)
+@DisabledOnOs({OS.WINDOWS, OS.MAC})
 public class FileUtilsDeleteDirectoryLinuxTestCase extends 
FileUtilsDeleteDirectoryBaseTestCase {
 
        /** Only runs on Linux. */

Reply via email to