Skip to content

Commit

Permalink
Skip failing YAML test due to unsupported operation
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <tsfarr@amazon.com>
  • Loading branch information
Xtansia committed Aug 5, 2024
1 parent f3bae74 commit 37b3464
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Tests.YamlRunner/SkipList.fs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ let SkipList = dict<SkipFile,SkipSection> [
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
Expand Down

0 comments on commit 37b3464

Please sign in to comment.