summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests.rs
diff options
context:
space:
mode:
authorRy Dahl <ry@tinyclouds.org>2019-11-13 16:34:39 -0500
committerBert Belder <bertbelder@gmail.com>2019-11-13 13:34:39 -0800
commitdab54578704b142b454dcd0cd44069209664c566 (patch)
treeebf55bf5c4e07fe7427acc8193dc91cf783630ec /cli/tests/integration_tests.rs
parent9837d324a7c3f5e1c850dadabfd670edad4aa85b (diff)
Disable flaky tests lock_check_ok2 again (#3334)
Mistakenly re-enabled in #3275.
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r--cli/tests/integration_tests.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index 4bc52fc31..b8dab2de8 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",