Skip to content

Commit e1cd3c4

Browse files
committed
Try with update help
1 parent ebdf577 commit e1cd3c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/PowerShellEditorServices.Test.E2E/LanguageServerProtocolMessageTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,13 +1060,12 @@ public async Task CanSendCompletionAndCompletionResolveRequestAsync()
10601060
[SkippableFact]
10611061
public async Task CanSendCompletionResolveWithModulePrefixRequestAsync()
10621062
{
1063-
Skip.If(PsesStdioLanguageServerProcessHost.IsWindowsPowerShell, "It doesn't return the documentation tooltip correctly in CI but I can't reproduce it interactively in 5.1.");
10641063
await PsesLanguageClient
10651064
.SendRequest(
10661065
"evaluate",
10671066
new EvaluateRequestArguments
10681067
{
1069-
Expression = "Import-Module Microsoft.PowerShell.Utility -Prefix Test -Force"
1068+
Expression = "Update-Help Microsoft.Powershell.Utility -Force;Import-Module Microsoft.PowerShell.Utility -Prefix Test -Force"
10701069
})
10711070
.ReturningVoid(CancellationToken.None);
10721071

0 commit comments

Comments
 (0)