Skip to content

Commit

Permalink
2023 - Day 16 - disabling some tests on github (stack overflow)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmmr committed Dec 16, 2023
1 parent 02c46b0 commit c1636fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/kotlin/no/rodland/advent_2023/Day16Test.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package no.rodland.advent_2023

import no.rodland.advent.*
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Nested
import org.junit.jupiter.api.Test
import readFile
Expand Down Expand Up @@ -65,6 +66,7 @@ internal class Day16Test {

@Test
@Slow(350)
@Disabled
fun `16,1,live,1`() {
report(test.livePart1)
}
Expand All @@ -79,6 +81,7 @@ internal class Day16Test {

@Test
@Slow(10000)
@Disabled
fun `16,2,live,1`() {
report(test.livePart2)
}
Expand Down

0 comments on commit c1636fc

Please sign in to comment.