Skip to content

Commit

Permalink
Fix wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
stephentoub committed Oct 27, 2021
1 parent 309744a commit 404649c
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 404649c

Please sign in to comment.