Skip to content

Commit 404649c

Browse files
committed
Fix wasm build
1 parent 309744a commit 404649c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libraries/System.Threading/tests/SemaphoreSlimTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ public static void TestConcurrentWaitAndWaitAsync(int syncWaiters, int asyncWait
618618
Task.WaitAll(tasks);
619619
}
620620

621-
[Fact]
621+
[ConditionalFact(typeof(RemoteExecutor), nameof(RemoteExecutor.IsSupported))]
622622
public void WaitAsync_Timeout_NoUnhandledException()
623623
{
624624
RemoteExecutor.Invoke(async () =>

0 commit comments

Comments
 (0)