From f6caf4883dc507d9aa7f222868f5e7f844d303f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 18 May 2020 14:00:08 +0200 Subject: 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. --- cli/module_graph.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli') 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(); -- cgit v1.2.3