Skip to content

Commit

Permalink
Add init proxy and init monitoring server to the fail fast tag (#9338)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximenoel8 authored Oct 11, 2024
1 parent f1df4e6 commit 2b04dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace :cucumber do
include_tags = tags.nil? ? [] : ['--tags', tags]
cucumber_opts = %W[#{include_profiles} #{html_results} #{json_results} #{junit_results}] + %w[-f pretty -r features] + include_tags
# Immediately fail a feature if a scenario on it fails
cucumber_opts << '--fail-fast' if filename.to_s.include?('core') || filename.to_s.include?('build_validation_init_client')
cucumber_opts << '--fail-fast' if filename.to_s.include?('core') || filename.to_s.include?('build_validation_init')
features = YAML.safe_load(File.read(entry))
t.cucumber_opts = cucumber_opts + features unless features.nil?
end
Expand Down

0 comments on commit 2b04dbd

Please sign in to comment.