Skip to content

Commit 2bed75c

Browse files
committed
too slow
Signed-off-by: Moritz Hoffmann <[email protected]>
1 parent 42abed7 commit 2bed75c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timely/tests/shape_scaling.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fn operator_scaling(scale: u64) {
5353

5454
#[test] fn subgraph_scaling_1() { subgraph_scaling(1); }
5555
#[test] fn subgraph_scaling_10() { subgraph_scaling(10); }
56-
#[test] fn subgraph_scaling_100() { subgraph_scaling(100); }
56+
#[test] #[cfg_attr(miri, ignore)] fn subgraph_scaling_100() { subgraph_scaling(100); }
5757
#[test] #[cfg_attr(miri, ignore)] fn subgraph_scaling_1000() { subgraph_scaling(1000); }
5858
#[test] #[cfg_attr(miri, ignore)] fn subgraph_scaling_10000() { subgraph_scaling(10000); }
5959
#[test] #[cfg_attr(miri, ignore)] fn subgraph_scaling_100000() { subgraph_scaling(100000); }

0 commit comments

Comments
 (0)