Skip to content

Commit

Permalink
(maint) Skip should_query_all.rb test for macos-13-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamshinde360 committed Jul 24, 2023
1 parent 1f413e9 commit 05ddf34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions acceptance/tests/resource/group/should_query_all.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
test_name "should query all groups"
skip_test if agents.any? {|agent| agent['platform'] =~ /osx-12-arm64/ } # See PA-4555

skip_test if agents.any? {|agent| agent['platform'] =~ /osx-12-arm64/ || agent['platform'] =~ /osx-13-arm64/ } # See PA-4555
tag 'audit:high',
'audit:refactor', # Use block style `test_name`
'audit:integration' # Does not modify system running test
Expand Down

0 comments on commit 05ddf34

Please sign in to comment.