10000
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.
1 parent ef142b2 commit b430bd0Copy full SHA for b430bd0
test/powershell/Host/TabCompletion/TabCompletion.Tests.ps1
@@ -4,7 +4,7 @@ Describe "TabCompletion" -Tags CI {
4
$res.CompletionMatches[0].CompletionText | Should be Get-Command
5
}
6
7
- It 'Should complete native exe' {
+ It 'Should complete native exe' -Skip:(!$IsWindows) {
8
$res = TabExpansion2 -inputScript 'notep' -cursorColumn 'notep'.Length
9
$res.CompletionMatches[0].CompletionText | Should be notepad.exe
10
0 commit comments