Skip to content

Commit

Permalink
Skip timing test (#61222)
Browse files Browse the repository at this point in the history
* Skip test
  • Loading branch information
chsienki authored May 26, 2022
1 parent 9945a43 commit 9c4920a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2077,7 +2077,7 @@ void Function()
Assert.Equal("Simulated cancellation from external source", results.Results[0].Exception!.Message);
}

[Fact]
[Fact(Skip = "https://github.com/dotnet/roslyn/issues/61540: Timing is unreliable in CI")]
public void Syntax_Provider_Doesnt_Attribute_Incorrect_Timing()
{
var source = @"
Expand Down

0 comments on commit 9c4920a

Please sign in to comment.