We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db12467 commit 4be07adCopy full SHA for 4be07ad
1 file changed
src/Microsoft.Data.SqlClient/tests/UnitTests/SimulatedServerTests/ConnectionFailoverTests.cs
@@ -671,6 +671,12 @@ public async Task TransientFault_Async_ShouldConnectToPrimary_NotFailover(uint e
671
[InlineData(40613)]
672
[InlineData(42108)]
673
[InlineData(42109)]
674
+ // Quarantined due to intermittent failure:
675
+ // Assert.Equal() Failure: Strings differ
676
+ // ↓ (pos 14)
677
+ // Expected: "localhost,56862"
678
+ // Actual: "localhost,56861"
679
+ [Trait("Category", "flaky")]
680
public async Task TransientFault_WithUserProvidedPartner_Async_ShouldConnectToPrimary_NotFailover(uint errorCode)
681
{
682
// Async parity for TransientFault_WithUserProvidedPartner_ShouldConnectToPrimary.
0 commit comments