We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d91bfc commit 58ec721Copy full SHA for 58ec721
src/test/java/com/adventofcode/flashk/day17/Day17Test.java
@@ -21,6 +21,7 @@
21
22
@DisplayName(TestDisplayName.DAY_17)
23
@TestMethodOrder(OrderAnnotation.class)
24
+@Disabled
25
public class Day17Test extends PuzzleTest {
26
27
private final static String INPUT_FOLDER = TestFolder.DAY_17;
src/test/java/com/adventofcode/flashk/day20/Day20Test.java
@@ -57,7 +57,8 @@ public void testSolvePart1Sample() {
57
@Tag(TestTag.PART_ONE)
58
@Tag(TestTag.SAMPLE)
59
@DisplayName(TestDisplayName.PART_ONE_SAMPLE)
60
- public void testSolvePart1Sample2() {
+ @Disabled // TODO enable
61
+ void testSolvePart1Sample2() {
62
63
System.out.print("1 | sample | ");
64
0 commit comments