Skip to content

Commit aba8207

Browse files
committed
disable ThreadingDiagnoserTests for the InProcessToolchain
1 parent 221783e commit aba8207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BenchmarkDotNet.IntegrationTests/ThreadingDiagnoserTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static IEnumerable<object[]> GetToolchains() => new[]
3030
{
3131
new object[] { Job.Default.GetToolchain() },
3232
// new object[] { CoreRtToolchain.Core50 },
33-
new object[] { InProcessEmitToolchain.Instance },
33+
// new object[] { InProcessEmitToolchain.Instance },
3434
};
3535

3636
[Theory, MemberData(nameof(GetToolchains))]

0 commit comments

Comments
 (0)