Disable test

This commit is contained in:
Xavi Aracil 2023-06-13 11:20:50 +02:00
parent 7e99cfb407
commit d1d2b6cf01

View File

@ -7,6 +7,7 @@ import static org.oneedtech.inspect.test.Assertions.assertInvalid;
import static org.oneedtech.inspect.test.Assertions.assertValid; import static org.oneedtech.inspect.test.Assertions.assertValid;
import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;
import org.oneedtech.inspect.core.Inspector.Behavior; import org.oneedtech.inspect.core.Inspector.Behavior;
import org.oneedtech.inspect.core.report.Report; import org.oneedtech.inspect.core.report.Report;
@ -25,7 +26,7 @@ public class Endorsement30Tests {
.build(); .build();
} }
@Test @Disabled @Test
void testEndorsementWithoutErrors() { void testEndorsementWithoutErrors() {
assertDoesNotThrow(()->{ assertDoesNotThrow(()->{
Report report = validator.run(Samples.OB30.JSON.ENDORSEMENT_VALID.asFileResource()); Report report = validator.run(Samples.OB30.JSON.ENDORSEMENT_VALID.asFileResource());