We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42abed7 commit 2bed75cCopy full SHA for 2bed75c
timely/tests/shape_scaling.rs
@@ -53,7 +53,7 @@ fn operator_scaling(scale: u64) {
53
54
#[test] fn subgraph_scaling_1() { subgraph_scaling(1); }
55
#[test] fn subgraph_scaling_10() { subgraph_scaling(10); }
56
-#[test] fn subgraph_scaling_100() { subgraph_scaling(100); }
+#[test] #[cfg_attr(miri, ignore)] fn subgraph_scaling_100() { subgraph_scaling(100); }
57
#[test] #[cfg_attr(miri, ignore)] fn subgraph_scaling_1000() { subgraph_scaling(1000); }
58
#[test] #[cfg_attr(miri, ignore)] fn subgraph_scaling_10000() { subgraph_scaling(10000); }
59
#[test] #[cfg_attr(miri, ignore)] fn subgraph_scaling_100000() { subgraph_scaling(100000); }
0 commit comments