Skip to content

Commit

Permalink
(maint) Disable Single Git Source test for el-9
Browse files Browse the repository at this point in the history
  • Loading branch information
rileynewton committed Aug 17, 2023
1 parent 1fe6c61 commit b968c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/tests/git_source/git_source_git.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

confine(:to, :platform => 'el')

if fact_on(master, "operatingsystemmajrelease").to_i < 6
if fact_on(master, "os.release.major").to_i < 6 || fact_on(master, "os.release.major").to_i > 8
skip_test('This version of EL is not supported by this test case!')
end

Expand Down

0 comments on commit b968c27

Please sign in to comment.