Skip to content

Commit 3139557

Browse files
committed
Enable previously skipped test
Hopefully it's not flaky any more!
1 parent 8a9cd11 commit 3139557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PowerShellEditorServices.Test.E2E/LanguageServerProtocolMessageTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ public async Task CanSendCompletionAndCompletionResolveRequestAsync()
965965
Assert.Contains("Writes customized output to a host", updatedCompletionItem.Documentation.String);
966966
}
967967

968-
[SkippableFact(Skip = "This test is too flaky right now.")]
968+
[Fact]
969969
public async Task CanSendCompletionResolveWithModulePrefixRequestAsync()
970970
{
971971
await PsesLanguageClient

0 commit comments

Comments
 (0)