Skip to content

Commit

Permalink
Disable flaky test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lptr committed Sep 10, 2024
1 parent 9051be5 commit 508c0cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class FileEventFunctionsStressTest extends AbstractFileEventFunctionsTest {
noExceptionThrown()
}

@Requires({ !Platform.current().linux })
@Requires({ !Platform.current().linux && !Platform.current().windows })
def "can stop watching a deep hierarchy when it has been deleted"() {
given:
def watchedDirectoryDepth = 10
Expand Down

0 comments on commit 508c0cf

Please sign in to comment.