mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
tests: Disable flaky flash_shutdown test (#17390)
This commit is contained in:
parent
291dcc31f7
commit
9644220df2
1 changed files with 6 additions and 5 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue