File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public ClientTests(ITestOutputHelper testOutput)
58
58
/// <summary>
59
59
/// Ensure that the language client can successfully request Hover information.
60
60
/// </summary>
61
- [ Fact ( DisplayName = "Language client can successfully request hover info" , Skip = "Periodic failures" ) ]
61
+ [ Fact ( DisplayName = "Language client can successfully request hover info" , Skip = "Periodic failures" ) ]
62
62
public async Task Hover_Success ( )
63
63
{
64
64
await Connect ( ) ;
@@ -194,7 +194,7 @@ public async Task Completions_Success()
194
194
/// <summary>
195
195
/// Ensure that the language client can successfully receive Diagnostics from the server.
196
196
/// </summary>
197
- [ Fact ( DisplayName = "Language client can successfully receive diagnostics" ) ]
197
+ [ Fact ( DisplayName = "Language client can successfully receive diagnostics" , Skip = "Periodic failures" ) ]
198
198
public async Task Diagnostics_Success ( )
199
199
{
200
200
await Connect ( ) ;
You can’t perform that action at this time.
0 commit comments