From 9644220df2f03efa75fcd63a7d37fb5903b5ff08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 13 Jan 2023 15:19:20 +0100 Subject: tests: Disable flaky flash_shutdown test (#17390) --- cli/tests/integration/run_tests.rs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'cli') diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index 149aad0b3..c91169f1a 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -3689,11 +3689,12 @@ itest!(config_file_lock_true { exit_code: 10, }); -// Check https://github.com/denoland/deno_std/issues/2882 -itest!(flash_shutdown { - args: "run --unstable --allow-net run/flash_shutdown/main.ts", - exit_code: 0, -}); +// TODO(bartlomieju): this test is flaky on CI, reenable it after debugging +// // Check https://github.com/denoland/deno_std/issues/2882 +// itest!(flash_shutdown { +// args: "run --unstable --allow-net run/flash_shutdown/main.ts", +// exit_code: 0, +// }); itest!(permission_args { args: "run run/001_hello.js --allow-net", -- cgit v1.2.3