Skip to content

Commit

Permalink
Disable distributed transactions test (#78468)
Browse files Browse the repository at this point in the history
See #77241
  • Loading branch information
roji authored Nov 16, 2022
1 parent 71d12f2 commit 0f412b1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ public void ImplicitDistributedTransactions_cannot_be_changed_after_being_set()
}

[ConditionalFact(nameof(IsRemoteExecutorSupportedAndNotNano))]
[ActiveIssue("https:/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.
Expand Down

0 comments on commit 0f412b1

Please sign in to comment.