We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb7a659 + 472c897 commit 5baa68aCopy full SHA for 5baa68a
acceptance/tests/resource/group/should_query_all.rb
@@ -1,5 +1,5 @@
1
test_name "should query all groups"
2
-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
3
4
tag 'audit:high',
5
'audit:refactor', # Use block style `test_name`
0 commit comments