Skip to content

Commit

Permalink
Clean the CI. (#91787)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilonatommy authored Sep 9, 2023
1 parent 14d14db commit 2087007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mono/wasm/debugger/DebuggerTestSuite/MiscTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2087007

Please sign in to comment.