From 9c4920a8d2538abd92d7e8880f556f75ad8a6588 Mon Sep 17 00:00:00 2001 From: Chris Sienkiewicz Date: Thu, 26 May 2022 16:50:48 -0700 Subject: [PATCH] Skip timing test (#61222) * Skip test --- .../Test/Semantic/SourceGeneration/SyntaxAwareGeneratorTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compilers/CSharp/Test/Semantic/SourceGeneration/SyntaxAwareGeneratorTests.cs b/src/Compilers/CSharp/Test/Semantic/SourceGeneration/SyntaxAwareGeneratorTests.cs index d456d7c5f2068..a209be1f21909 100644 --- a/src/Compilers/CSharp/Test/Semantic/SourceGeneration/SyntaxAwareGeneratorTests.cs +++ b/src/Compilers/CSharp/Test/Semantic/SourceGeneration/SyntaxAwareGeneratorTests.cs @@ -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 = @"