Skip to content

Commit

Permalink
Try test on all OSs for GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Nov 10, 2024
1 parent e34724a commit 940c09a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public void testListFilesWithDeletion() throws IOException {
* Tests <a href="https://issues.apache.org/jira/browse/IO-856">IO-856</a> ListFiles should not fail on vanishing files.
*/
@Test
@EnabledOnOs(value = OS.WINDOWS)
// @EnabledOnOs(value = OS.WINDOWS)
public void testListFilesWithDeletionThreaded() throws ExecutionException, InterruptedException {
// test for IO-856
// create random directory in tmp, create the directory if it does not exist
Expand Down

0 comments on commit 940c09a

Please sign in to comment.