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
Generated by CI
* commit 'feeadd6a3052282d79a369da49f206008f31ef1d':
(packaging) Updating manpage file for 7.x
(PUP-11929) Running the SSH enable command only for MacOS 12/13
(PUP-11929) Added command to enable SSH for user if SSH is disabled
Copy file name to clipboardExpand all lines: acceptance/tests/resource/group/should_query_all.rb
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
test_name"should query all groups"
2
-
skip_testifagents.any?{|agent| agent['platform'] =~ /osx-12-arm64/ || agent['platform'] =~ /osx-13-arm64/}# See PA-4555
3
2
4
3
tag'audit:high',
5
4
'audit:refactor',# Use block style `test_name`
@@ -9,6 +8,17 @@
9
8
skip_test('this test fails on windows French due to Cygwin/UTF Issues - PUP-8319,IMAGES-492')ifagent['platform'] =~ /windows/ && agent['locale'] == 'fr'
10
9
step"query natively"
11
10
11
+
# [PA-4555] Added below code to enable SSH permissions before test starts if they are disabled by default
0 commit comments