Skip to content

Commit 9614e61

Browse files
authored
Merge pull request #9088 from shubhamshinde360/maint/main/skip-tests
(maint) Skip should_query_all.rb test for macos-13-arm64
2 parents 1f413e9 + 05ddf34 commit 9614e61

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)