Skip to content

Commit 499e288

Browse files
authored
[browser][mt] active issue (#96635)
1 parent f44d62c commit 499e288

File tree

1 file changed

+1
-0
lines changed
  • src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System/Runtime/InteropServices/JavaScript

1 file changed

+1
-0
lines changed

src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System/Runtime/InteropServices/JavaScript/WebWorkerTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ await Task.Delay(10).ContinueWith(_ =>
166166

167167

168168
[Theory, MemberData(nameof(GetTargetThreads))]
169+
[ActiveIssue("https://github.com/dotnet/runtime/issues/96628")]
169170
public async Task ManagedDelay_ConfigureAwait_True(Executor executor)
170171
{
171172
await executor.Execute(async () =>

0 commit comments

Comments
 (0)