Skip to content

Commit 55b6938

Browse files
Unmute get field mapping test (#12422)
This test was muted due to an [intermediate state][1] during type removal. It now passes per my local testing. [1]: #2440 (comment) Signed-off-by: Andrew Ross <andrross@amazon.com> (cherry picked from commit a50d1f6) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8e24648 commit 55b6938

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/indices.get_field_mapping/20_missing_field.yml

-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
22
"Return empty object if field doesn't exist, but index does":
3-
- skip:
4-
version: "all"
5-
reason: "AwaitsFix https://github.com/opensearch-project/OpenSearch/issues/2440"
6-
73
- do:
84
indices.create:
95
index: test_index
@@ -18,7 +14,5 @@
1814
indices.get_field_mapping:
1915
index: test_index
2016
fields: not_existent
21-
ignore: 404 # ignore 404 failures for now
22-
# see: https://github.com/opensearch-project/OpenSearch/issues/2440
2317

2418
- match: { 'test_index.mappings': {}}

0 commit comments

Comments
 (0)