test: disabled two non-relevant tests

This commit is contained in:
Yannik Bretschneider 2021-05-13 16:10:51 +02:00
parent 5701cedcf4
commit 2bfa17bef7

View File

@ -4,6 +4,7 @@ import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.ObjectMapper;
import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.*; import static org.assertj.core.api.Assertions.*;
@ -88,6 +89,7 @@ class JSONTest {
} }
@Test @Test
@Disabled
void somewhatComplicatedInDevelopmentTest() { void somewhatComplicatedInDevelopmentTest() {
String eventRepresentation = """ String eventRepresentation = """
{ {
@ -109,6 +111,7 @@ class JSONTest {
} }
@Test @Test
@Disabled
void simpleInDevTest() throws JsonProcessingException { void simpleInDevTest() throws JsonProcessingException {
String simpleEntity = """ String simpleEntity = """
{ {