Skip to content

Commit 072f61e

Browse files
committed
Skip failing indices.put_alias YAML tests (opensearch-project#719)
Signed-off-by: Thomas Farr <tsfarr@amazon.com> (cherry picked from commit 1db3d60)
1 parent f1dcd15 commit 072f61e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/Tests.YamlRunner/SkipList.fs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ let SkipList = dict<SkipFile,SkipSection> [
3535
// Incorrectly being run due to OpenSearch 1.x/2.x being numerically <7.2.0, but feature-wise >7.10
3636
SkipFile "cat.indices/10_basic.yml", Section "Test cat indices output for closed index (pre 7.2.0)"
3737
SkipFile "cluster.health/10_basic.yml", Section "cluster health with closed index (pre 7.2.0)"
38-
38+
39+
// Variations of `indices.put_alias` that accept index/alias in request body rather than path which are not supported by .NET client
40+
// https://github.com/opensearch-project/opensearch-net/issues/718
41+
SkipFile "indices.put_alias/10_basic.yml", All
42+
3943
// .NET method arg typings make this not possible, index is a required parameter
4044
SkipFile "indices.put_mapping/all_path_options_with_types.yml", Section "put mapping with blank index"
4145

0 commit comments

Comments
 (0)