From e0e02cc0812e6447895493ae5001e865b5263c8c Mon Sep 17 00:00:00 2001 From: Andrew Ross Date: Wed, 21 Feb 2024 18:32:49 -0800 Subject: [PATCH] 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]: https://github.com/opensearch-project/OpenSearch/issues/2440#issuecomment-1067943238 Signed-off-by: Andrew Ross Signed-off-by: Aman Khare --- .../test/indices.get_field_mapping/20_missing_field.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/test/indices.get_field_mapping/20_missing_field.yml b/rest-api-spec/src/main/resources/rest-api-spec/test/indices.get_field_mapping/20_missing_field.yml index a36f807e63e0e..a65908b238013 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/test/indices.get_field_mapping/20_missing_field.yml +++ b/rest-api-spec/src/main/resources/rest-api-spec/test/indices.get_field_mapping/20_missing_field.yml @@ -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 @@ -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': {}}