1
0
Fork 0
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:
Bartek Iwańczuk 2023-01-13 15:19:20 +01:00 committed by GitHub
parent 291dcc31f7
commit 9644220df2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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