We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36f07b2 + f173f0c commit 7a56129Copy full SHA for 7a56129
src/Compilers/CSharp/Test/Emit/Emit/DeterministicTests.cs
@@ -220,7 +220,7 @@ public void CompareAllBytesEmitted_Release(DebugInformationFormat pdbFormat)
220
}
221
222
[WorkItem(926, "https://github.com/dotnet/roslyn/issues/926")]
223
- [Theory]
+ [Theory(Skip = "https://github.com/dotnet/roslyn/issues/41626")]
224
[MemberData(nameof(PdbFormats))]
225
public void CompareAllBytesEmitted_Debug(DebugInformationFormat pdbFormat)
226
{
0 commit comments