diff --git a/src/test/java/uulm/teamname/marvelous/gamelibrary/json/JSONTest.java b/src/test/java/uulm/teamname/marvelous/gamelibrary/json/JSONTest.java index eb052a7..03de144 100644 --- a/src/test/java/uulm/teamname/marvelous/gamelibrary/json/JSONTest.java +++ b/src/test/java/uulm/teamname/marvelous/gamelibrary/json/JSONTest.java @@ -4,6 +4,7 @@ import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; import static org.assertj.core.api.Assertions.*; @@ -88,6 +89,7 @@ class JSONTest { } @Test + @Disabled void somewhatComplicatedInDevelopmentTest() { String eventRepresentation = """ { @@ -109,6 +111,7 @@ class JSONTest { } @Test + @Disabled void simpleInDevTest() throws JsonProcessingException { String simpleEntity = """ {