Skip to content

Commit

Permalink
Ignore some tests for search aggregation for security
Browse files Browse the repository at this point in the history
Signed-off-by: Vacha Shah <vachshah@amazon.com>
  • Loading branch information
VachaShah committed Aug 18, 2022
1 parent caae55c commit bac91c3
Showing 1 changed file with 43 additions and 7 deletions.
50 changes: 43 additions & 7 deletions yaml_test_runner/skip_with_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ tests:

free/cat.allocation/10_basic.yml:
- "Node ID"
- "Bytes"

free/cat.count/10_basic.yml:
- "Test cat count output"
Expand All @@ -118,6 +119,9 @@ tests:
free/cluster.allocation_explain/10_basic.yml:
- "cluster shard allocation explanation test with empty request"

free/cluster.health/20_request_timeout.yml:
- "cluster health request timeout waiting for active shards"

free/indices.refresh/10_basic.yml:
- "Indices refresh test _all"
- "Indices refresh test empty array"
Expand All @@ -132,6 +136,9 @@ tests:
- "Basic multi-search"
- "Least impact smoke test"

free/range/10_basic.yml:
- "Integer range"

free/search/10_source_filtering.yml:
- "*"

Expand All @@ -151,37 +158,66 @@ tests:
- "pre_filter_shard_size with shards that have no hit"

free/search.aggregation/100_avg_metric.yml:
- "Aggregating wrong datatype test"
- "*"

free/search.aggregation/10_histogram.yml:
- "Basic test"
- "Format test"

free/search.aggregation/110_max_metric.yml:
- "Aggregating wrong datatype test"
- "*"

free/search.aggregation/120_min_metric.yml:
- "Aggregating wrong datatype test"
- "*"

free/search.aggregation/130_sum_metric.yml:
- "Aggregating wrong datatype test"
- "*"

free/search.aggregation/140_value_count_metric.yml:
- "*"

free/search.aggregation/150_stats_metric.yml:
- "*"

free/search.aggregation/160_extended_stats_metric.yml:
- "*"

free/search.aggregation/170_cardinality_metric.yml:
- "*"

free/search.aggregation/180_percentiles_tdigest_metric.yml:
- "Invalid params test"
- "*"

free/search.aggregation/190_percentiles_hdr_metric.yml:
- "Basic test"
- "Invalid params test"
- "*"

free/search.aggregation/20_terms.yml:
- "*"

free/search.aggregation/220_filters_bucket.yml:
- "*"

free/search.aggregation/260_weighted_avg.yml:
- "Basic test"

free/search.aggregation/270_median_absolute_deviation_metric.yml:
- "*"

free/search.aggregation/280_rare_terms.yml:
- "*"

free/search.aggregation/280_geohash_grid.yml:
- "Basic test"

free/search.aggregation/290_geotile_grid.yml:
- "Basic test"

free/search.aggregation/320_missing.yml:
- "*"

free/search.aggregation/340_geo_distance.yml:
- "basic"

free/search.aggregation/40_range.yml:
- "*"

Expand Down

0 comments on commit bac91c3

Please sign in to comment.