Skip to content

Commit bc852d7

Browse files
authored
Revert "Unblock (#97977)" (#98221)
This reverts commit 0b96be1.
1 parent 882d01f commit bc852d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libraries/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,6 +1123,7 @@ public void VerifyBYOTOpenConnSimulationTest()
11231123
}
11241124

11251125
[ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))]
1126+
[ActiveIssue("https://github.com/dotnet/runtime/issues/97513", typeof(PlatformDetection), nameof(PlatformDetection.IsWasmThreadingSupported))]
11261127
public async Task VerifyBYOTSyncTSNestedAsync()
11271128
{
11281129
string txId1;

0 commit comments

Comments
 (0)