We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92213b1 commit 4be743eCopy full SHA for 4be743e
.buildkite/pipeline.yml
@@ -8,7 +8,7 @@ steps:
8
STACK_VERSION: 9.0.0-SNAPSHOT
9
TRANSPORT_VERSION: "{{ matrix.transport }}"
10
RUBY_SOURCE: "{{ matrix.ruby_source }}"
11
- QUIET: false
+ QUIET: true
12
matrix:
13
setup:
14
suite:
elasticsearch-api/spec/rest_api/rest_api_yaml_spec.rb
@@ -82,6 +82,8 @@ def skip_test?(test)
82
# ./run_task_groups.rb
83
run_rspec_matchers_on_task_group(task_group, test)
84
end
85
+ rescue StandardError => e
86
+ raise e
87
88
89
0 commit comments