test: disabled two non-relevant tests
This commit is contained in:
parent
5701cedcf4
commit
2bfa17bef7
@ -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 = """
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user