Skip to content

Commit 24bce37

Browse files
committed
(maint) Skip should_query_all.rb test for macos-12-arm64
Our new macos 12 arm64 hardware has something a bit off with the configuration that causes this test to fail. Rather then holding up the release of the puppet release we are going to skip the test and fix the hardware issue at a later point.
1 parent b68c194 commit 24bce37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

acceptance/tests/resource/group/should_query_all.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
test_name "should query all groups"
22
confine :except, :platform => /^cisco_/ # See PUP-5828
3+
skip_test if agents.any? {|agent| agent['platform'] =~ /osx-12-arm64/ } # See PA-4555
4+
35
tag 'audit:high',
46
'audit:refactor', # Use block style `test_name`
57
'audit:integration' # Does not modify system running test

0 commit comments

Comments
 (0)