Skip to content

Commit c47e2cd

Browse files
authored
Merge pull request #8925 from cthorn42/maint/6.x/skip_should_query_all_test_for_macos12-amd64
(maint) Skip should_query_all.rb test for macos-12-arm64
2 parents b68c194 + 24bce37 commit c47e2cd

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)