From 0f412b15a237c6097d393224358958d3e51d0db9 Mon Sep 17 00:00:00 2001 From: Shay Rojansky Date: Wed, 16 Nov 2022 21:21:36 +0100 Subject: [PATCH] Disable distributed transactions test (#78468) See #77241 --- src/libraries/System.Transactions.Local/tests/OleTxTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Transactions.Local/tests/OleTxTests.cs b/src/libraries/System.Transactions.Local/tests/OleTxTests.cs index 1c833d9692ec0..8669e7f5a59f8 100644 --- a/src/libraries/System.Transactions.Local/tests/OleTxTests.cs +++ b/src/libraries/System.Transactions.Local/tests/OleTxTests.cs @@ -529,6 +529,7 @@ public void ImplicitDistributedTransactions_cannot_be_changed_after_being_set() } [ConditionalFact(nameof(IsRemoteExecutorSupportedAndNotNano))] + [ActiveIssue("https://github.com/dotnet/runtime/issues/77241")] public void ImplicitDistributedTransactions_cannot_be_changed_after_being_read_as_true() { // Temporarily skip on 32-bit where we have an issue.