Skip to content

Commit 05ddf34

Browse files
(maint) Skip should_query_all.rb test for macos-13-arm64
1 parent 1f413e9 commit 05ddf34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

acceptance/tests/resource/group/should_query_all.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
test_name "should query all groups"
2-
skip_test if agents.any? {|agent| agent['platform'] =~ /osx-12-arm64/ } # See PA-4555
3-
2+
skip_test if agents.any? {|agent| agent['platform'] =~ /osx-12-arm64/ || agent['platform'] =~ /osx-13-arm64/ } # See PA-4555
43
tag 'audit:high',
54
'audit:refactor', # Use block style `test_name`
65
'audit:integration' # Does not modify system running test

0 commit comments

Comments
 (0)