Skip to content

Commit 6312554

Browse files
committed
Disable test
1 parent 6745ca5 commit 6312554

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/SOS/SOS.UnitTests/SOS.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,13 @@ public async Task DynamicMethod(TestConfiguration config)
302302
{
303303
throw new SkipTestException("Single file and desktop framework not supported");
304304
}
305+
306+
if (config.RuntimeFrameworkVersionMajor == 10)
307+
{
308+
// The clrstack -i -a command regressed on .NET 10 win-x86, so skip this test for now.
309+
SOSTestHelpers.SkipIfWinX86(config);
310+
}
311+
305312
await SOSTestHelpers.RunTest(config, debuggeeName: "DynamicMethod", scriptName: "DynamicMethod.script", Output);
306313
}
307314

0 commit comments

Comments
 (0)