You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 8e9f9cb, we disabled macOS 12 and 13 ARM from running the test to
query all groups due to an issue with those images in Puppet's CI
system.
This issue was resolved in ITHELP-70197 and the test can be re-enabled
for these platforms.
Copy file name to clipboardExpand all lines: acceptance/tests/resource/group/should_query_all.rb
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -8,17 +8,6 @@
8
8
skip_test('this test fails on windows French due to Cygwin/UTF Issues - PUP-8319,IMAGES-492')ifagent['platform'] =~ /windows/ && agent['locale'] == 'fr'
9
9
step"query natively"
10
10
11
-
# [PA-4555] Added below code to enable SSH permissions before test starts if they are disabled by default
0 commit comments