Skip to content

Commit

Permalink
Test patches on all clients excepted Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
Bischoff committed Oct 23, 2023
1 parent 5a8adc4 commit 54d01d7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ Feature: Smoke tests for <client>
And the system name for "<client>" should be correct
And I should see several text fields

# TODO: remove the "skip" tags when Rocky and Alma have patches available.
@skip_for_rocky9
@skip_for_alma9
@skip_for_debianlike
Scenario: Install a patch on the <client>
When I follow "Software" in the content area
Expand Down
9 changes: 0 additions & 9 deletions testsuite/features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -480,15 +480,6 @@ def process_code_coverage
skip_this_scenario if scenario.location.file.include? 'minion'
end

# TODO: remove these 2 "skip" tags when Rocky and Alma have patches available.
Before('@skip_for_alma9') do
skip_this_scenario if ENV.key?(ENV_VAR_BY_HOST['alma9_minion']) || ENV.key?(ENV_VAR_BY_HOST['alma9_ssh_minion'])
end

Before('@skip_for_rocky9') do
skip_this_scenario if ENV.key?(ENV_VAR_BY_HOST['rocky9_minion']) || ENV.key?(ENV_VAR_BY_HOST['rocky_ssh_minion'])
end

Before('@skip_for_sle_micro') do |scenario|
skip_this_scenario if scenario.location.file.include? 'slemicro'
end
Expand Down

0 comments on commit 54d01d7

Please sign in to comment.