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