Skip to content

Commit f783f41

Browse files
committed
Disable incomplete tests
1 parent 3f4daf0 commit f783f41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/adventofcode/flashk/day21/Day21Test.java

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

2424
@DisplayName(TestDisplayName.DAY_21)
2525
@TestMethodOrder(OrderAnnotation.class)
26+
@Disabled
2627
public class Day21Test extends PuzzleTest {
2728

2829
private final static String INPUT_FOLDER = TestFolder.DAY_21;

0 commit comments

Comments
 (0)