Skip to content

Commit

Permalink
Skip failing test
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <tsfarr@amazon.com>
  • Loading branch information
Xtansia committed Sep 20, 2024
1 parent 85c6db7 commit 23a5f08
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 @@ -46,6 +46,9 @@ let SkipList = dict<SkipFile,SkipSection> [
// .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"

// argument is an enum in .NET client, meaning invalid value can't be passed
SkipFile "indices.stats/10_index.yml", Section "Indices stats unrecognized parameter"

// The client doesn't support the indices.upgrade API
SkipFile "indices.upgrade/10_basic.yml", All

Expand All @@ -56,5 +59,6 @@ let SkipList = dict<SkipFile,SkipSection> [
SkipFile "search.aggregation/20_terms.yml", Section "Unsigned Long test"
SkipFile "search.aggregation/230_composite_unsigned.yml", All
SkipFile "search.aggregation/370_multi_terms.yml", Section "Unsigned Long test"
SkipFile "search.aggregation/410_nested_args.yml", Section "Supported queries"
SkipFile "search/90_search_after.yml", Section "unsigned long"
]

0 comments on commit 23a5f08

Please sign in to comment.