From 208700737ecadc634cc025aa92083733fe1d9a26 Mon Sep 17 00:00:00 2001 From: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com> Date: Sat, 9 Sep 2023 10:53:04 +0200 Subject: [PATCH] Clean the CI. (#91787) --- src/mono/wasm/debugger/DebuggerTestSuite/MiscTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mono/wasm/debugger/DebuggerTestSuite/MiscTests.cs b/src/mono/wasm/debugger/DebuggerTestSuite/MiscTests.cs index 35fd867cb7ab4..6f391cf5b6eb5 100644 --- a/src/mono/wasm/debugger/DebuggerTestSuite/MiscTests.cs +++ b/src/mono/wasm/debugger/DebuggerTestSuite/MiscTests.cs @@ -1164,6 +1164,7 @@ await StepAndCheck(StepKind.Resume, "dotnet://debugger-test.dll/debugger-test.cs } [ConditionalFact(nameof(WasmMultiThreaded))] + [ActiveIssue("https://github.com/dotnet/runtime/issues/86496", typeof(DebuggerTests), nameof(DebuggerTests.WasmMultiThreaded))] public async Task TestDebugUsingMultiThreadedRuntime() { var bp = await SetBreakpointInMethod("debugger-test.dll", "MultiThreadedTest", "Write", 2);