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 8e9d967 commit 13f88bfCopy full SHA for 13f88bf
test/Client.Tests/ClientTests.cs
@@ -58,7 +58,7 @@ public ClientTests(ITestOutputHelper testOutput)
58
/// <summary>
59
/// Ensure that the language client can successfully request Hover information.
60
/// </summary>
61
- [Fact(DisplayName = "Language client can successfully request hover info")]
+ [Fact(DisplayName = "Language client can successfully request hover info", Skip="Periodic failures")]
62
public async Task Hover_Success()
63
{
64
await Connect();
0 commit comments