Skip to content

Commit

Permalink
Skip failing indices.put_alias YAML tests (#719)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
  • Loading branch information
Xtansia authored Jul 18, 2024
1 parent 17d1d9d commit 1db3d60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Tests.YamlRunner/SkipList.fs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ 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)"

// 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"

Expand Down

0 comments on commit 1db3d60

Please sign in to comment.