Skip to content

Commit

Permalink
Skip failing indices.put_alias YAML tests (opensearch-project#719)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <[email protected]>
(cherry picked from commit 1db3d60)
  • Loading branch information
Xtansia committed Jul 31, 2024
1 parent f1dcd15 commit 072f61e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/Tests.YamlRunner/SkipList.fs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ let SkipList = dict<SkipFile,SkipSection> [
// Incorrectly being run due to OpenSearch 1.x/2.x being numerically <7.2.0, but feature-wise >7.10
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 072f61e

Please sign in to comment.