Skip to content

Commit

Permalink
Disable tests for Gentoo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathios authored and ekohl committed Aug 22, 2022
1 parent e1d616b commit 269eb38
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions spec/spec_helper_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ def baseline_os_hash
{
'operatingsystem' => 'Archlinux',
},
{
'operatingsystem' => 'Gentoo',
},
# TODO: Support and tests for Gentoo need to be fixed
# {
# 'operatingsystem' => 'Gentoo',
# },
{
'operatingsystem' => 'windows',
'operatingsystemrelease' => ['2012', '2012 R2', '2016']
Expand Down

0 comments on commit 269eb38

Please sign in to comment.