diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-02-22 11:46:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 11:46:17 +0100 |
commit | 05911e5d7f7ef4789a6a6d244f271992c7690a87 (patch) | |
tree | 24b64be9a44a7f5c700ac94a34ac210992217cbe /cli/tests/integration_tests.rs | |
parent | f4980898cd4946a9e5c1d194ab7dbc32de28bf43 (diff) |
chore: disable flaky test (#9568)
Diffstat (limited to 'cli/tests/integration_tests.rs')
-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 |