We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25099af commit 44e4f6fCopy full SHA for 44e4f6f
test/Lsp.Tests/LanguageServerTests.cs
@@ -24,7 +24,7 @@ public LanguageServerTests(ITestOutputHelper testOutputHelper) : base(testOutput
24
{
25
}
26
27
- [Fact(Skip = "Disabled to see if build passes on ci")]
+ [Fact(Skip = "Doesn't work in CI :(")]
28
public async Task Works_With_IWorkspaceSymbolsHandler()
29
30
var process = new NamedPipeServerProcess(Guid.NewGuid().ToString("N"), LoggerFactory);
@@ -71,7 +71,7 @@ public async Task GH141_CrashesWithEmptyInitializeParams()
71
a.Should().NotThrow();
72
73
74
- [Fact]
75
public async Task TriggersStartedTask()
76
77
var startedDelegate = Substitute.For<StartedDelegate>();
0 commit comments