From 0ddfd5d52acb99daf7531e7d1cdfe475b401deaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 2 Jul 2023 04:12:03 +0200 Subject: test: ignore fmt_check_all_files_on_each_change_test (#19682) Ref https://github.com/denoland/deno/issues/19629 --- cli/tests/integration/watcher_tests.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/tests') diff --git a/cli/tests/integration/watcher_tests.rs b/cli/tests/integration/watcher_tests.rs index 8b8bbb0bf..289e645ee 100644 --- a/cli/tests/integration/watcher_tests.rs +++ b/cli/tests/integration/watcher_tests.rs @@ -464,6 +464,7 @@ async fn fmt_watch_without_args_test() { check_alive_then_kill(child); } +#[ignore = "https://github.com/denoland/deno/issues/19629"] #[tokio::test] async fn fmt_check_all_files_on_each_change_test() { let t = TempDir::new(); -- cgit v1.2.3