From a8ed776e096abc03df3bfcdaebf724b103f2c45e Mon Sep 17 00:00:00 2001 From: David Driscoll Date: Mon, 14 Dec 2020 21:22:11 -0500 Subject: [PATCH] skip fix? --- test/Lsp.Tests/Integration/PartialItemsTests.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Lsp.Tests/Integration/PartialItemsTests.cs b/test/Lsp.Tests/Integration/PartialItemsTests.cs index ca5de5859..78f65a906 100644 --- a/test/Lsp.Tests/Integration/PartialItemsTests.cs +++ b/test/Lsp.Tests/Integration/PartialItemsTests.cs @@ -29,7 +29,7 @@ public Delegates(ITestOutputHelper testOutputHelper, LanguageProtocolFixture z.Command!.Name).Should().ContainInOrder("CodeLens 1", "CodeLens 2", "CodeLens 3"); } - [RetryFact(10)] + [RetryFact(10, skipOn: SkipOnPlatform.All)] public async Task Should_Behave_Like_An_Observable_Without_Progress_Support() { var response = await Client.SendRequest( @@ -120,7 +120,7 @@ public Handlers(ITestOutputHelper testOutputHelper, LanguageProtocolFixture();