Skip to content

Commit 4be743e

Browse files
committed
debug
1 parent 92213b1 commit 4be743e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ steps:
88
STACK_VERSION: 9.0.0-SNAPSHOT
99
TRANSPORT_VERSION: "{{ matrix.transport }}"
1010
RUBY_SOURCE: "{{ matrix.ruby_source }}"
11-
QUIET: false
11+
QUIET: true
1212
matrix:
1313
setup:
1414
suite:

elasticsearch-api/spec/rest_api/rest_api_yaml_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ def skip_test?(test)
8282
# ./run_task_groups.rb
8383
run_rspec_matchers_on_task_group(task_group, test)
8484
end
85+
rescue StandardError => e
86+
raise e
8587
end
8688
end
8789
end

0 commit comments

Comments
 (0)