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 <andrross@amazon.com>
Signed-off-by: Aman Khare <amkhar@amazon.com>
  • Loading branch information
andrross authored and Aman Khare committed Mar 12, 2024
1 parent f9f1999 commit e0e02cc
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 e0e02cc

Please sign in to comment.