Skip to content

Commit

Permalink
Unmute get field mapping test (opensearch-project#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]: opensearch-project#2440 (comment)

Signed-off-by: Andrew Ross <[email protected]>
Signed-off-by: Shivansh Arora <[email protected]>
  • Loading branch information
andrross authored and shiv0408 committed Apr 25, 2024
1 parent 0dbdb15 commit 7a119af
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 7a119af

Please sign in to comment.