1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-24 08:09:08 -05:00

tests: Disable flaky flash_shutdown test (#17390)

This commit is contained in:
Bartek Iwańczuk 2023-01-13 15:19:20 +01:00 committed by David Sherret
parent 7ed2c13827
commit 9c4327f9d1

View file

@ -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",