mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
fix: disable test using 019_media_types (#5589)
This commit disabled flaky test in cli/module_graph.rs. The test uses 019_media_types.ts which was known to be flaky for some time. Test should be reenabled once test HTTP server is rewritten to Rust.
This commit is contained in:
parent
b3a216790a
commit
f6caf4883d
1 changed files with 3 additions and 0 deletions
|
@ -487,6 +487,9 @@ mod tests {
|
|||
Ok(graph_loader.get_graph())
|
||||
}
|
||||
|
||||
// TODO(bartlomieju): this test is flaky, because it's using 019_media_types
|
||||
// file, reenable once Python server is replaced with Rust one.
|
||||
#[ignore]
|
||||
#[tokio::test]
|
||||
async fn source_graph_fetch() {
|
||||
let http_server_guard = crate::test_util::http_server();
|
||||
|
|
Loading…
Add table
Reference in a new issue