0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-02 04:38:21 -05:00

Disable flaky tests lock_check_ok2 again (#3334)

Mistakenly re-enabled in #3275.
This commit is contained in:
Ry Dahl 2019-11-13 16:34:39 -05:00 committed by Bert Belder
parent 9837d324a7
commit dab5457870

View file

@ -362,11 +362,13 @@ itest!(lock_check_ok {
http_server: true, http_server: true,
}); });
/* TODO(ry) Re-enable this test. It is flaky and only fails occasionally.
itest!(lock_check_ok2 { itest!(lock_check_ok2 {
args: "run 019_media_types.ts --lock=lock_check_ok2.json", args: "run 019_media_types.ts --lock=lock_check_ok2.json",
output: "019_media_types.ts.out", output: "019_media_types.ts.out",
http_server: true, http_server: true,
}); });
*/
itest!(lock_check_err { itest!(lock_check_err {
args: "run --lock=lock_check_err.json http://127.0.0.1:4545/cli/tests/003_relative_import.ts", args: "run --lock=lock_check_err.json http://127.0.0.1:4545/cli/tests/003_relative_import.ts",