Disable flaky tests lock_check_ok2 and lock_check_err2 (#3331)

This commit is contained in:
Ry Dahl 2019-11-13 12:48:17 -05:00 committed by GitHub
parent 80b1371548
commit 279191ad94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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