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 26f91fc commit 50e3d3dCopy full SHA for 50e3d3d
src/test/java/com/adventofcode/flashk/day17/Day17Test.java
@@ -25,6 +25,7 @@
25
26
@DisplayName(TestDisplayName.DAY_17)
27
@TestMethodOrder(OrderAnnotation.class)
28
+@Disabled
29
public class Day17Test extends PuzzleTest {
30
31
private final static String INPUT_FOLDER = TestFolder.DAY_17;
0 commit comments