We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96ac6e commit 7ce7f98Copy full SHA for 7ce7f98
src/test/java/com/networknt/schema/MaximumValidatorPerfTest.java
@@ -1,5 +1,6 @@
1
package com.networknt.schema;
2
3
+import org.junit.Ignore;
4
import org.junit.Test;
5
6
import java.lang.annotation.Annotation;
@@ -9,7 +10,7 @@
9
10
import java.util.Arrays;
11
import java.util.List;
12
import java.util.stream.Collectors;
-
13
+@Ignore
14
public class MaximumValidatorPerfTest {
15
MaximumValidatorTest test = new MaximumValidatorTest();
16
0 commit comments