Skip to content

Commit

Permalink
Merge pull request #2367 from cthorn42/maint/main/PA-5665_skip_vendor…
Browse files Browse the repository at this point in the history
…ed_ruby_test_for_solaris

(PA-5665) Skip validate vendored ruby test for solaris intel
  • Loading branch information
cthorn42 authored Jul 21, 2023
2 parents b399311 + 79ee11e commit bbbbe29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acceptance/tests/validate_vendored_ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

confine :except, :platform => 'sles-12-ppc64le'
confine :except, :platform => 'aix-7.2-power' # PA-5654
confine :except, :platform => 'solaris-11.4-i386' # PA-5665

def package_installer(agent)
# for some reason, beaker does not have a configured package installer
Expand Down

0 comments on commit bbbbe29

Please sign in to comment.