Skip to content

Commit f173f0c

Browse files
authored
Merge pull request #41630 from JoeRobich/skip-emit-test
Skip flaky Emit test
2 parents d06542a + 9e47b92 commit f173f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compilers/CSharp/Test/Emit/Emit/DeterministicTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public void CompareAllBytesEmitted_Release(DebugInformationFormat pdbFormat)
220220
}
221221

222222
[WorkItem(926, "https://github.com/dotnet/roslyn/issues/926")]
223-
[Theory]
223+
[Theory(Skip = "https://github.com/dotnet/roslyn/issues/41626")]
224224
[MemberData(nameof(PdbFormats))]
225225
public void CompareAllBytesEmitted_Debug(DebugInformationFormat pdbFormat)
226226
{

0 commit comments

Comments
 (0)