Skip to content

Commit

Permalink
Unmute get field mapping test (#12422)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
andrross authored Feb 22, 2024
1 parent f8225ca commit a50d1f6
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
---
"Return empty object if field doesn't exist, but index does":
- skip:
version: "all"
reason: "AwaitsFix https://github.com/opensearch-project/OpenSearch/issues/2440"

- do:
indices.create:
index: test_index
Expand All @@ -18,7 +14,5 @@
indices.get_field_mapping:
index: test_index
fields: not_existent
ignore: 404 # ignore 404 failures for now
# see: https://github.com/opensearch-project/OpenSearch/issues/2440

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

0 comments on commit a50d1f6

Please sign in to comment.