Skip to content

Commit 58ec721

Browse files
committed
Disable incomplete puzzles tests
1 parent 5d91bfc commit 58ec721

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
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
@@ -21,6 +21,7 @@
2121

2222
@DisplayName(TestDisplayName.DAY_17)
2323
@TestMethodOrder(OrderAnnotation.class)
24+
@Disabled
2425
public class Day17Test extends PuzzleTest {
2526

2627
private final static String INPUT_FOLDER = TestFolder.DAY_17;

src/test/java/com/adventofcode/flashk/day20/Day20Test.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ public void testSolvePart1Sample() {
5757
@Tag(TestTag.PART_ONE)
5858
@Tag(TestTag.SAMPLE)
5959
@DisplayName(TestDisplayName.PART_ONE_SAMPLE)
60-
public void testSolvePart1Sample2() {
60+
@Disabled // TODO enable
61+
void testSolvePart1Sample2() {
6162

6263
System.out.print("1 | sample | ");
6364

0 commit comments

Comments
 (0)