From 8d88a83b882ad3644d4a803fb80919cc5e0f681a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 11 May 2021 22:09:44 +0200 Subject: disable test_watch integration test (#10594) --- cli/tests/integration_tests.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cli/tests') 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 { -- cgit v1.2.3