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 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 = """
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user