mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
chore: disable flaky test (#9568)
This commit is contained in:
parent
f4980898cd
commit
05911e5d7f
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue