Skip to content

Commit a8ed776

Browse files
skip fix?
1 parent d712302 commit a8ed776

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/Lsp.Tests/Integration/PartialItemsTests.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public Delegates(ITestOutputHelper testOutputHelper, LanguageProtocolFixture<Def
2929
{
3030
}
3131

32-
[RetryFact(10)]
32+
[RetryFact(10, skipOn: SkipOnPlatform.All)]
3333
public async Task Should_Behave_Like_A_Task()
3434
{
3535
var result = await Client.TextDocument.RequestCodeLens(
@@ -63,7 +63,7 @@ public async Task Should_Behave_Like_An_Observable()
6363
items.Select(z => z.Command!.Name).Should().ContainInOrder("CodeLens 1", "CodeLens 2", "CodeLens 3");
6464
}
6565

66-
[RetryFact(10)]
66+
[RetryFact(10, skipOn: SkipOnPlatform.All)]
6767
public async Task Should_Behave_Like_An_Observable_Without_Progress_Support()
6868
{
6969
var response = await Client.SendRequest(
@@ -120,7 +120,7 @@ public Handlers(ITestOutputHelper testOutputHelper, LanguageProtocolFixture<Defa
120120
{
121121
}
122122

123-
[RetryFact(10)]
123+
[RetryFact(10, skipOn: SkipOnPlatform.All)]
124124
public async Task Should_Behave_Like_An_Observable_With_WorkDone()
125125
{
126126
var items = new List<CodeLens>();

0 commit comments

Comments
 (0)