File tree 1 file changed +3
-0
lines changed
test/framework/src/main/java/org/elasticsearch/test
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 20
20
import com .networknt .schema .SpecVersion ;
21
21
import com .networknt .schema .ValidationMessage ;
22
22
23
+ import org .apache .lucene .util .Constants ;
23
24
import org .elasticsearch .common .bytes .BytesReference ;
24
25
import org .elasticsearch .common .io .PathUtils ;
25
26
import org .elasticsearch .common .xcontent .ToXContent ;
@@ -44,6 +45,8 @@ public abstract class AbstractSchemaValidationTestCase<T extends ToXContent> ext
44
45
protected static final int NUMBER_OF_TEST_RUNS = 20 ;
45
46
46
47
public final void testSchema () throws IOException {
48
+ assumeFalse ("Test is currently failing on windows: see https://github.com/elastic/elasticsearch/issues/70532" , Constants .WINDOWS );
49
+
47
50
ObjectMapper mapper = new ObjectMapper ();
48
51
SchemaValidatorsConfig config = new SchemaValidatorsConfig ();
49
52
JsonSchemaFactory factory = initializeSchemaFactory ();
You can’t perform that action at this time.
0 commit comments