Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit617dbda

Browse files
Skip CIM ETS member test on older Windows platforms (#24681)
1 parent0e62b7a commit617dbda

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
@@ -672,7 +672,7 @@ ConstructorTestClass(int i, bool b)
672672
$res.CompletionMatches[0].CompletionText| Should-BeExactly Cat
673673
}
674674

675-
It'Should complete cim ETS member added by shortname'-Skip:(!$IsWindows) {
675+
It'Should complete cim ETS member added by shortname'-Skip:(!$IsWindows-or (Test-IsWinServer2012R2)-or (Test-IsWindows2016)) {
676676
$res= TabExpansion2-inputScript'(Get-NetFirewallRule).Nam'
677677
$res.CompletionMatches[0].CompletionText| Should-BeExactly'Name'
678678
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp