Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions elasticsearch-api/api-spec-testing/test_file/action.rb
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ def perform_action(method, args, client, test)
end
@response = client.send(method, prepare_arguments(args, test))
client
when 'count'
args.delete('method')
@response = client.send(method, prepare_arguments(args, test))
client
else
@response = client.send(method, prepare_arguments(args, test))
client
Expand Down
3 changes: 3 additions & 0 deletions elasticsearch-api/spec/rest_api/skipped_tests_free.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,3 +271,6 @@
-
:file: 'tsdb/05_dimension_and_metric_in_non_tsdb_index.yml'
:description: '*'
-
:file: 'aggregations/date_histogram.yml'
:description: 'date_histogram with hard_bounds outside data under a parent agg'
Loading