From 64fb586417ec1a754f13a0ed4e9320cee79f78ce Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Thu, 18 Jul 2024 10:55:07 +1200 Subject: [PATCH] Skip failing indices.put_alias YAML tests Signed-off-by: Thomas Farr --- tests/Tests.YamlRunner/SkipList.fs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/Tests.YamlRunner/SkipList.fs b/tests/Tests.YamlRunner/SkipList.fs index 7c5f124b2b..788d7b1c04 100644 --- a/tests/Tests.YamlRunner/SkipList.fs +++ b/tests/Tests.YamlRunner/SkipList.fs @@ -36,6 +36,10 @@ let SkipList = dict [ SkipFile "cat.indices/10_basic.yml", Section "Test cat indices output for closed index (pre 7.2.0)" SkipFile "cluster.health/10_basic.yml", Section "cluster health with closed index (pre 7.2.0)" + // Variations of `indices.put_alias` that accept index/alias in request body rather than path which are not supported by .NET client + // https://github.com/opensearch-project/opensearch-net/issues/718 + SkipFile "indices.put_alias/10_basic.yml", All + // .NET method arg typings make this not possible, index is a required parameter SkipFile "indices.put_mapping/all_path_options_with_types.yml", Section "put mapping with blank index"