Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip failing indices.put_alias YAML tests #719

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading