10000 Skipping notepad test on non-windows platforms · PowerShell/PowerShell@b430bd0 · GitHub
[go: up one dir, main page]

Skip to content

Commit b430bd0

Browse files
author
Staffan Gustafsson
committed
Skipping notepad test on non-windows platforms
1 parent ef142b2 commit b430bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/powershell/Host/TabCompletion/TabCompletion.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Describe "TabCompletion" -Tags CI {
44
$res.CompletionMatches[0].CompletionText | Should be Get-Command
55
}
66

7-
It 'Should complete native exe' {
7+
It 'Should complete native exe' -Skip:(!$IsWindows) {
88
$res = TabExpansion2 -inputScript 'notep' -cursorColumn 'notep'.Length
99
$res.CompletionMatches[0].CompletionText | Should be notepad.exe
1010
}

0 commit comments

Comments
 (0)
0