Skip to content

Commit

Permalink
(PUP-11901) Skip should_query_all tests for 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
skyamgarp committed Jul 26, 2023
1 parent cb7a659 commit 472c897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/tests/resource/group/should_query_all.rb
Original file line number Diff line number Diff line change
@@ -1,5 +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`
Expand Down

0 comments on commit 472c897

Please sign in to comment.