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 1f413e9 + 05ddf34 commit 9614e61Copy full SHA for 9614e61
acceptance/tests/resource/group/should_query_all.rb
@@ -1,6 +1,5 @@
1
test_name "should query all groups"
2
-skip_test if agents.any? {|agent| agent['platform'] =~ /osx-12-arm64/ } # See PA-4555
3
-
+skip_test if agents.any? {|agent| agent['platform'] =~ /osx-12-arm64/ || agent['platform'] =~ /osx-13-arm64/ } # See PA-4555
4
tag 'audit:high',
5
'audit:refactor', # Use block style `test_name`
6
'audit:integration' # Does not modify system running test
0 commit comments