From 79ee11e5398db161c05ad50be0bb3370b0d4600c Mon Sep 17 00:00:00 2001 From: Christopher Thorn Date: Thu, 20 Jul 2023 10:10:40 -0700 Subject: [PATCH] (PA-5665) Skip validate vendored ruby test for solaris intel Our testing hosts for Solaris intel are a bit out of date and are lacking the GCC to easily test validate_vendored_ruby. Lets skip for now until we can update the test or update our local image. --- acceptance/tests/validate_vendored_ruby.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/acceptance/tests/validate_vendored_ruby.rb b/acceptance/tests/validate_vendored_ruby.rb index 9bf54a7979..64fbfe6057 100644 --- a/acceptance/tests/validate_vendored_ruby.rb +++ b/acceptance/tests/validate_vendored_ruby.rb @@ -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