From 58c2a5f482de0015ff64792b1a057c8eafe467c6 Mon Sep 17 00:00:00 2001 From: Sai Medhini Reddy Maryada <117196660+saimedhi@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:34:31 -0800 Subject: [PATCH] skipping failing integ test that is newly added (#652) * skipping a newly added test Signed-off-by: saimedhi * skipping a newly added test Signed-off-by: saimedhi --------- Signed-off-by: saimedhi Signed-off-by: AbitraryYu --- test_opensearchpy/test_server/test_rest_api_spec.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test_opensearchpy/test_server/test_rest_api_spec.py b/test_opensearchpy/test_server/test_rest_api_spec.py index 8f9655019..d5b471028 100644 --- a/test_opensearchpy/test_server/test_rest_api_spec.py +++ b/test_opensearchpy/test_server/test_rest_api_spec.py @@ -90,6 +90,8 @@ "OpenSearch-main/rest-api-spec/src/main/resources/rest-api-spec/test/tasks/list/10_basic[0]", "OpenSearch-main/rest-api-spec/src/main/resources/rest-api-spec/test/index/90_unsigned_long[1]", "OpenSearch-main/rest-api-spec/src/main/resources/rest-api-spec/test/indices/stats/50_noop_update[0]", + "OpenSearch-main/rest-api-spec/src/main/resources/rest-api-spec/test/search/340_doc_values_field[0]", + "OpenSearch-main/rest-api-spec/src/main/resources/rest-api-spec/test/search/340_doc_values_field[1]", "search/aggregation/250_moving_fn[1]", # body: null "indices/simulate_index_template/10_basic[2]",