Skip to content

Commit 4be07ad

Browse files
committed
Mark flaky test
1 parent db12467 commit 4be07ad

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/Microsoft.Data.SqlClient/tests/UnitTests/SimulatedServerTests/ConnectionFailoverTests.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,12 @@ public async Task TransientFault_Async_ShouldConnectToPrimary_NotFailover(uint e
671671
[InlineData(40613)]
672672
[InlineData(42108)]
673673
[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")]
674680
public async Task TransientFault_WithUserProvidedPartner_Async_ShouldConnectToPrimary_NotFailover(uint errorCode)
675681
{
676682
// Async parity for TransientFault_WithUserProvidedPartner_ShouldConnectToPrimary.

0 commit comments

Comments
 (0)