From 714eb549ce8eff43f528e5f89f592b19c0fff5e4 Mon Sep 17 00:00:00 2001 From: vintitres Date: Fri, 15 Sep 2023 14:55:35 +0000 Subject: [PATCH] 24ignoresow --- src/day24.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/day24.rs b/src/day24.rs index 47d26e0..af9b32d 100644 --- a/src/day24.rs +++ b/src/day24.rs @@ -200,6 +200,7 @@ mod tests { assert_eq!(part1(input()), 225); } + #[ignore = "slow"] #[test] fn test_part2() { assert_eq!(part2(input()), 711);