From 0079d0cf74bd254d1d30c54c1c1d5bca188af80e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Fi=C5=A1era?= Date: Fri, 9 Feb 2024 13:47:09 +0100 Subject: [PATCH] Revert "Unblock (#97977)" This reverts commit 0b96be143c038f9c2b7729481aa1738ed4299a44. --- .../tests/AsyncTransactionScopeTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs b/src/libraries/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs index ff5c050292fcff..ffe5ea9adb7e3e 100644 --- a/src/libraries/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs +++ b/src/libraries/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs @@ -1123,6 +1123,7 @@ public void VerifyBYOTOpenConnSimulationTest() } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] + [ActiveIssue("https://github.com/dotnet/runtime/issues/97513", typeof(PlatformDetection), nameof(PlatformDetection.IsWasmThreadingSupported))] public async Task VerifyBYOTSyncTSNestedAsync() { string txId1;