Skip to content

Commit

Permalink
tests: Disable flaky flash_shutdown test (#17390)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Jan 13, 2023
1 parent 291dcc3 commit 9644220
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions cli/tests/integration/run_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9644220

Please sign in to comment.