Skip to content

Commit 7ce7f98

Browse files
committed
-ignore performance test, shouldn't include in build.
1 parent d96ac6e commit 7ce7f98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/com/networknt/schema/MaximumValidatorPerfTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package com.networknt.schema;
22

3+
import org.junit.Ignore;
34
import org.junit.Test;
45

56
import java.lang.annotation.Annotation;
@@ -9,7 +10,7 @@
910
import java.util.Arrays;
1011
import java.util.List;
1112
import java.util.stream.Collectors;
12-
13+
@Ignore
1314
public class MaximumValidatorPerfTest {
1415
MaximumValidatorTest test = new MaximumValidatorTest();
1516

0 commit comments

Comments
 (0)