diff options
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 5cca0d1cc..2ead500b6 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1013,7 +1013,8 @@ mod integration { temp_directory.close().unwrap(); } - #[cfg(unix)] + // TODO(bartlomieju): flaky (https://github.com/denoland/deno/issues/10552) + #[ignore] #[test] fn test_watch() { macro_rules! assert_contains { |