summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/tests/integration/run_tests.rs11
1 files changed, 6 insertions, 5 deletions
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",