summaryrefslogtreecommitdiff
path: root/cli/module_graph.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-05-18 14:00:08 +0200
committerGitHub <noreply@github.com>2020-05-18 14:00:08 +0200
commitf6caf4883dc507d9aa7f222868f5e7f844d303f3 (patch)
tree3e82a12545d13e3bdebb436936f82fdaeaa5caa7 /cli/module_graph.rs
parentb3a216790a64db1e49ce8d977930aacbe6c7178a (diff)
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.
Diffstat (limited to 'cli/module_graph.rs')
-rw-r--r--cli/module_graph.rs3
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();