Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix wasm build
  • Loading branch information
stephentoub committed Oct 27, 2021
commit 404649cea33aa4d258ad8bdc4649e7e461ac822e
2 changes: 1 addition & 1 deletion src/libraries/System.Threading/tests/SemaphoreSlimTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ public static void TestConcurrentWaitAndWaitAsync(int syncWaiters, int asyncWait
Task.WaitAll(tasks);
}

[Fact]
[ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))]
public void WaitAsync_Timeout_NoUnhandledException()
{
RemoteExecutor.Invoke(async () =>
Expand Down