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 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 = """
{