File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments