diff options
-rw-r--r-- | cli/tests/integration_tests.rs | 9 |
1 files 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 |