diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-05-11 22:09:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 22:09:44 +0200 |
commit | 8d88a83b882ad3644d4a803fb80919cc5e0f681a (patch) | |
tree | 3e13c710a97e6315ca7593bc8315cebb79d792b1 /cli/tests/integration_tests.rs | |
parent | 635253bd3a3895f49e6c9606beb852da22fee205 (diff) |
disable test_watch integration test (#10594)
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 { |