Skip to content

Commit

Permalink
Deactivate pseudo integration tests dealing with calculation of diffi…
Browse files Browse the repository at this point in the history
…culties
  • Loading branch information
meikpiep committed Jan 21, 2024
1 parent 9dcb290 commit 15060db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import org.piepmeyer.gauguin.options.SingleCageUsage
import java.io.File

class TestGridDifficultyMassCalculation : FunSpec({
test("calculateValues") {
xtest("calculateValues") {
runBlocking(Dispatchers.Default) {

val groupedItems =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import java.io.File
import kotlin.math.roundToInt

class TestGridDifficultyMassCalculationAnalysis : FunSpec({
test("calculateValues") {
xtest("calculateValues") {
val calculatedDifficulties = resourceAsString("/org/piepmeyer/gauguin/difficulty/mass-difficulties.yml")

val entries = Json.decodeFromString<List<GameVariantMassDifficultyItem>>(calculatedDifficulties)
Expand Down

0 comments on commit 15060db

Please sign in to comment.