We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19dc155 commit 6b83be8Copy full SHA for 6b83be8
test/Lsp.Tests/Integration/ProgressTests.cs
@@ -78,7 +78,7 @@ await Observable.Create<Unit>(
78
data.Should().ContainInOrder(new[] { "1", "3", "2", "4", "5" });
79
}
80
81
- [RetryFact]
+ [RetryFact(Skip = "Fails periodically on ci")]
82
public async Task Should_Send_Progress_From_Client_To_Server()
83
{
84
var token = new ProgressToken(Guid.NewGuid().ToString());
0 commit comments