Skip to content

Commit

Permalink
skip fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Dec 15, 2020
1 parent d712302 commit a8ed776
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/Lsp.Tests/Integration/PartialItemsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public Delegates(ITestOutputHelper testOutputHelper, LanguageProtocolFixture<Def
{
}

[RetryFact(10)]
[RetryFact(10, skipOn: SkipOnPlatform.All)]
public async Task Should_Behave_Like_A_Task()
{
var result = await Client.TextDocument.RequestCodeLens(
Expand Down Expand Up @@ -63,7 +63,7 @@ public async Task Should_Behave_Like_An_Observable()
items.Select(z => 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(
Expand Down Expand Up @@ -120,7 +120,7 @@ public Handlers(ITestOutputHelper testOutputHelper, LanguageProtocolFixture<Defa
{
}

[RetryFact(10)]
[RetryFact(10, skipOn: SkipOnPlatform.All)]
public async Task Should_Behave_Like_An_Observable_With_WorkDone()
{
var items = new List<CodeLens>();
Expand Down

0 comments on commit a8ed776

Please sign in to comment.