Skip to content

Commit

Permalink
[debugger][mt][browser] Disable TestDebugUsingMultiThreadedRuntime
Browse files Browse the repository at this point in the history
…that times out (#98111)

* Disabling

* Known issue improvement.
  • Loading branch information
ilonatommy authored Feb 14, 2024
1 parent 49fe3b0 commit ad25468
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mono/browser/debugger/DebuggerTestSuite/MiscTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1173,6 +1173,7 @@ public static TheoryData<int> CountToTen()
return data;
}

[ActiveIssue("https://github.com/dotnet/runtime/issues/98110")]
[ConditionalTheory(nameof(WasmMultiThreaded))]
[MemberData(nameof(CountToTen))]
public async Task TestDebugUsingMultiThreadedRuntime(int _attempt)
Expand Down

0 comments on commit ad25468

Please sign in to comment.