Skip to content

Commit 121aa64

Browse files
author
Gary Gregory
committed
Diable one test method on Linux and comment as TODO.
1 parent f04c1ec commit 121aa64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ public void testDeleteDirectoryWithPathUtils() throws IOException {
8787
}
8888

8989
@Test
90+
@DisabledOnOs(OS.LINUX) // TODO
9091
public void testDeleteFileCheckParentAccess() throws IOException {
9192
// Create a test directory
9293
final Path testDir = tempDirPath.resolve("dir");
@@ -118,7 +119,6 @@ public void testDeleteFileCheckParentAccess() throws IOException {
118119
}
119120

120121
@Test
121-
@DisabledOnOs(OS.LINUX) // TODO
122122
public void testDeleteDirectoryWithPathUtilsOverrideReadOnly() throws IOException {
123123
testDeleteDirectory(dir -> PathUtils.deleteDirectory(dir, StandardDeleteOption.OVERRIDE_READ_ONLY));
124124
}

0 commit comments

Comments
 (0)