1
0
Fork 0
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:
Bartek Iwańczuk 2021-02-22 11:46:17 +01:00 committed by GitHub
parent f4980898cd
commit 05911e5d7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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