From cd5391ed8f4734da12729001cd547335edfe2ffd Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Tue, 6 Aug 2024 23:41:23 +1200 Subject: [PATCH] Skip failing YAML test due to unsupported operation (#742) Signed-off-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 788d7b1c04..8d8d84c8c1 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