We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158f2e3 commit c190ca3Copy full SHA for c190ca3
src/Microsoft.Data.SqlClient/tests/ManualTests/SQL/TransactionTest/DistributedTransactionTest.Windows.cs
@@ -46,7 +46,7 @@ public async Task Delegated_transaction_deadlock_in_SinglePhaseCommit()
46
#endif
47
48
49
- private static bool s_EnlistedTransactionPreservedWhilePooledCondition => DataTestUtility.AreConnStringsSetup() && DataTestUtility.IsNotX86Architecture;
+ private static bool s_EnlistedTransactionPreservedWhilePooledCondition => DataTestUtility.AreConnStringsSetup() && DataTestUtility.IsSupportingDistributedTransactions();
50
51
[ConditionalFact(nameof(s_EnlistedTransactionPreservedWhilePooledCondition), Timeout = 10000)]
52
public void Test_EnlistedTransactionPreservedWhilePooled()
0 commit comments