Skip to content

Commit 50e3d3d

Browse files
committed
Disable day 17 tests
1 parent 26f91fc commit 50e3d3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/adventofcode/flashk/day17/Day17Test.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
@DisplayName(TestDisplayName.DAY_17)
2727
@TestMethodOrder(OrderAnnotation.class)
28+
@Disabled
2829
public class Day17Test extends PuzzleTest {
2930

3031
private final static String INPUT_FOLDER = TestFolder.DAY_17;

0 commit comments

Comments
 (0)