From 05911e5d7f7ef4789a6a6d244f271992c7690a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 22 Feb 2021 11:46:17 +0100 Subject: chore: disable flaky test (#9568) --- cli/tests/integration_tests.rs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index b82efa904..d47c8d1e9 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -3785,10 +3785,11 @@ console.log("finish"); exit_code: 0, }); - itest!(local_sources_not_cached_in_memory { - args: "run --allow-read --allow-write no_mem_cache.js", - output: "no_mem_cache.js.out", - }); + // FIXME(bartlomieju): disabled, because this test is very flaky on CI + // itest!(local_sources_not_cached_in_memory { + // args: "run --allow-read --allow-write no_mem_cache.js", + // output: "no_mem_cache.js.out", + // }); // This test checks that inline source map data is used. It uses a hand crafted // source map that maps to a file that exists, but is not loaded into the module -- cgit v1.2.3