From 087dcfd17591ea60be758439c06a381f1e4cabc9 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 10:00:19 +1200 Subject: [PATCH] Skip failing YAML test due to unsupported operation (#742) (#745) Signed-off-by: Thomas Farr (cherry picked from commit cd5391ed8f4734da12729001cd547335edfe2ffd) Co-authored-by: Thomas Farr --- tests/Tests.YamlRunner/SkipList.fs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Tests.YamlRunner/SkipList.fs b/tests/Tests.YamlRunner/SkipList.fs index e87adfacba..710869434d 100644 --- a/tests/Tests.YamlRunner/SkipList.fs +++ b/tests/Tests.YamlRunner/SkipList.fs @@ -36,6 +36,9 @@ 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)" + // TODO: Uses `indices.create_data_stream` which doesn't yet exist in the client + SkipFile "indices.delete_index_template/10_basic.yml", Section "Delete index template which is not used by data stream but index pattern matches" + // 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