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 3f4daf0 commit f783f41Copy full SHA for f783f41
src/test/java/com/adventofcode/flashk/day21/Day21Test.java
@@ -23,6 +23,7 @@
23
24
@DisplayName(TestDisplayName.DAY_21)
25
@TestMethodOrder(OrderAnnotation.class)
26
+@Disabled
27
public class Day21Test extends PuzzleTest {
28
29
private final static String INPUT_FOLDER = TestFolder.DAY_21;
0 commit comments