From 32ad8f77d68df04e26ecaed71bdd8d37f048218a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 10 May 2021 10:51:49 +0200 Subject: [PATCH] test: run deno test --watch test only on unix (#10550) --- cli/tests/integration_tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 674f42f870..5a535e4d80 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1012,6 +1012,7 @@ mod integration { temp_directory.close().unwrap(); } + #[cfg(unix)] #[test] fn test_watch() { macro_rules! assert_contains {