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 5aa4f46 commit 8fc0ec5Copy full SHA for 8fc0ec5
server/src/internalClusterTest/java/org/elasticsearch/action/IndicesRequestIT.java
@@ -592,17 +592,6 @@ public void testRejectDocumentWithTooManyArrayObjectFields() throws Exception {
592
593
assertAcked(
594
prepareCreate(indexName).setSettings(Settings.builder().put("index.mapping.nested_objects.limit", arrayLimit).build())
595
- .setMapping("""
596
- {
597
- "properties": {
598
- "array": {
599
600
- "value": { "type": "integer" }
601
- }
602
603
604
605
- """)
606
);
607
608
try (XContentBuilder doc = XContentFactory.jsonBuilder()) {
0 commit comments