Skip to content

Commit 5baa68a

Browse files
authored
Merge pull request #9093 from skyamgarp/PUP-11901
(PUP-11901) Skip should_query_all tests for 7.x
2 parents cb7a659 + 472c897 commit 5baa68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/tests/resource/group/should_query_all.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
test_name "should query all groups"
2-
skip_test if agents.any? {|agent| agent['platform'] =~ /osx-12-arm64/ } # See PA-4555
2+
skip_test if agents.any? {|agent| agent['platform'] =~ /osx-12-arm64/ || agent['platform'] =~ /osx-13-arm64/ } # See PA-4555
33

44
tag 'audit:high',
55
'audit:refactor', # Use block style `test_name`

0 commit comments

Comments
 (0)