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
@@ -234,11 +234,11 @@ Describe "Get-Help should find help info within help files" -Tags @('CI', 'Requi
234
234
}
235
235
236
236
Describe "Get-Help should find pattern help files"-Tags "CI" {
237
-
238
-
# There is a bug specific to Travis CI that hangs the test if "get-help" is used to search pattern string. This doesn't repro locally.
237
+
238
+
# There is a bug specific to Travis CI that hangs the test if "get-help" is used to search pattern string. This doesn't repro locally.
239
239
# This occurs even if Unix system just returns "Directory.GetFiles(path, pattern);" as the windows' code does.
240
240
# Since there's currently no way to get the vm from Travis CI and the test PASSES locally on both Ubuntu and MacOS, excluding pattern test under Unix system.
241
-
241
+
242
242
BeforeAll {
243
243
$helpFile1="about_testCase1.help.txt"
244
244
$helpFile2="about_testCase.2.help.txt"
@@ -249,7 +249,7 @@ Describe "Get-Help should find pattern help files" -Tags "CI" {
0 commit comments