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 fc244ba commit 8c3fdd1Copy full SHA for 8c3fdd1
test/Client.Tests/ClientTests.cs
@@ -114,7 +114,7 @@ public async Task Hover_Success()
114
/// <summary>
115
/// Ensure that the language client can successfully request Completions.
116
/// </summary>
117
- [Fact(DisplayName = "Language client can successfully request completions")]
+ [Fact(DisplayName = "Language client can successfully request completions", Skip = "Periodic failures")]
118
public async Task Completions_Success()
119
{
120
await Connect();
0 commit comments