We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f44e03c commit bf3c215Copy full SHA for bf3c215
src/test/kotlin/de/jball/aoc2023/Tests2023.kt
@@ -90,6 +90,7 @@ class Tests2023 {
90
}
91
92
@Test
93
+ @Ignore
94
fun day17() {
95
Day17(true).run()
96
src/test/kotlin/de/jball/aoc2024/Tests2024.kt
@@ -6,6 +6,7 @@ import de.jball.aoc2024.day03.Day03
6
import de.jball.aoc2024.day04.Day04
7
import de.jball.aoc2024.day05.Day05
8
import de.jball.aoc2024.day06.Day06
9
+import kotlin.test.Ignore
10
import kotlin.test.Test
11
12
class Tests2024 {
@@ -35,6 +36,7 @@ class Tests2024 {
35
36
37
38
39
40
fun day06() {
41
Day06(true).run()
42
0 commit comments