Skip to content

Commit

Permalink
Allow el9 to fail install_simp_repos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
silug committed Sep 18, 2024
1 parent 1f37dee commit 684494f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

hosts.each do |host|
expect_failures = false
if hosts_with_role(hosts, 'el8').include?(host)
if hosts_with_role(hosts, 'el9').include?(host)
expect_failures = true
end

Expand Down

0 comments on commit 684494f

Please sign in to comment.