From dab54578704b142b454dcd0cd44069209664c566 Mon Sep 17 00:00:00 2001 From: Ry Dahl Date: Wed, 13 Nov 2019 16:34:39 -0500 Subject: [PATCH] Disable flaky tests lock_check_ok2 again (#3334) Mistakenly re-enabled in #3275. --- cli/tests/integration_tests.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 4bc52fc31a..b8dab2de8a 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -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",