Skip to content

Commit de0eea1

Browse files
committedMar 5, 2025·
Update POST
1 parent 4208e92 commit de0eea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/PowerShellEditorServices.Test.E2E/LanguageServerProtocolMessageTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ await PsesLanguageClient
10951095
[SkippableFact]
10961096
public async Task CanSendHoverRequestAsync()
10971097
{
1098-
Skip.If(Environment.OSVersion.Platform == PlatformID.Win32NT,
1098+
Skip.If(OperatingSystem.IsWindows(),
10991099
"TODO: Fails in Windows GHA but works locally for some reason.");
11001100
string filePath = NewTestFile("Write-Host");
11011101

0 commit comments

Comments
 (0)
Please sign in to comment.