diff options
Diffstat (limited to 'cli/module_graph.rs')
-rw-r--r-- | cli/module_graph.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/module_graph.rs b/cli/module_graph.rs index c21257d82..23a9fe26b 100644 --- a/cli/module_graph.rs +++ b/cli/module_graph.rs @@ -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(); |