mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 23:34: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,
|
exit_code: 10,
|
||||||
});
|
});
|
||||||
|
|
||||||
// Check https://github.com/denoland/deno_std/issues/2882
|
// TODO(bartlomieju): this test is flaky on CI, reenable it after debugging
|
||||||
itest!(flash_shutdown {
|
// // Check https://github.com/denoland/deno_std/issues/2882
|
||||||
args: "run --unstable --allow-net run/flash_shutdown/main.ts",
|
// itest!(flash_shutdown {
|
||||||
exit_code: 0,
|
// args: "run --unstable --allow-net run/flash_shutdown/main.ts",
|
||||||
});
|
// exit_code: 0,
|
||||||
|
// });
|
||||||
|
|
||||||
itest!(permission_args {
|
itest!(permission_args {
|
||||||
args: "run run/001_hello.js --allow-net",
|
args: "run run/001_hello.js --allow-net",
|
||||||
|
|
Loading…
Reference in a new issue