Skip to content

Commit

Permalink
Disable flaky tests lock_check_ok2 again
Browse files Browse the repository at this point in the history
Mistakenly re-enabled in denoland#3275.
  • Loading branch information
ry committed Nov 13, 2019
1 parent 9837d32 commit fe734ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fe734ca

Please sign in to comment.