From 9e47b92690405d377bb17fa9bf322d80dd596cb4 Mon Sep 17 00:00:00 2001 From: Joey Robichaud Date: Wed, 12 Feb 2020 14:00:42 -0800 Subject: [PATCH] Skip flaky Emit test --- src/Compilers/CSharp/Test/Emit/Emit/DeterministicTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compilers/CSharp/Test/Emit/Emit/DeterministicTests.cs b/src/Compilers/CSharp/Test/Emit/Emit/DeterministicTests.cs index e9fe2329231..32901e7d84e 100644 --- a/src/Compilers/CSharp/Test/Emit/Emit/DeterministicTests.cs +++ b/src/Compilers/CSharp/Test/Emit/Emit/DeterministicTests.cs @@ -220,7 +220,7 @@ public void CompareAllBytesEmitted_Release(DebugInformationFormat pdbFormat) } [WorkItem(926, "https://github.com/dotnet/roslyn/issues/926")] - [Theory] + [Theory(Skip = "https://github.com/dotnet/roslyn/issues/41626")] [MemberData(nameof(PdbFormats))] public void CompareAllBytesEmitted_Debug(DebugInformationFormat pdbFormat) { -- GitLab