From e0574e5ceba4d10698ca4c2467f2d22a3287476b Mon Sep 17 00:00:00 2001 From: Ilona Tomkowicz Date: Tue, 5 Mar 2024 14:49:59 +0100 Subject: [PATCH] Disable test. --- .../wasm/Wasm.Build.Tests/TestAppScenarios/SignalRClientTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/SignalRClientTests.cs b/src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/SignalRClientTests.cs index b1e46d5110067d..10ba63099d6be2 100644 --- a/src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/SignalRClientTests.cs +++ b/src/mono/wasm/Wasm.Build.Tests/TestAppScenarios/SignalRClientTests.cs @@ -24,6 +24,7 @@ public SignalRClientTests(ITestOutputHelper output, SharedBuildPerTestClassFixtu } [ConditionalTheory(typeof(BuildTestBase), nameof(IsWorkloadWithMultiThreadingForDefaultFramework))] + [ActiveIssue("https://github.com/dotnet/runtime/issues/99268", TestPlatforms.Windows)] [InlineData("Debug", "LongPolling")] [InlineData("Release", "LongPolling")] [InlineData("Debug", "WebSockets")]