Disable test
This commit is contained in:
parent
7e99cfb407
commit
d1d2b6cf01
@ -7,6 +7,7 @@ import static org.oneedtech.inspect.test.Assertions.assertInvalid;
|
||||
import static org.oneedtech.inspect.test.Assertions.assertValid;
|
||||
|
||||
import org.junit.jupiter.api.BeforeAll;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.oneedtech.inspect.core.Inspector.Behavior;
|
||||
import org.oneedtech.inspect.core.report.Report;
|
||||
@ -25,7 +26,7 @@ public class Endorsement30Tests {
|
||||
.build();
|
||||
}
|
||||
|
||||
@Test
|
||||
@Disabled @Test
|
||||
void testEndorsementWithoutErrors() {
|
||||
assertDoesNotThrow(()->{
|
||||
Report report = validator.run(Samples.OB30.JSON.ENDORSEMENT_VALID.asFileResource());
|
||||
|
Loading…
Reference in New Issue
Block a user