You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Ignore("We will enable this test once the test staging account used for multi master validation starts supporting thin proxy.")]
475
474
[DataRow(ConnectionMode.Direct,"15","10",DisplayName="Direct Mode - Scenario when the total iteration count is 15 and circuit breaker consecutive failure threshold is set to 10.")]
476
475
[DataRow(ConnectionMode.Direct,"25","20",DisplayName="Direct Mode - Scenario when the total iteration count is 25 and circuit breaker consecutive failure threshold is set to 20.")]
477
476
[DataRow(ConnectionMode.Direct,"35","30",DisplayName="Direct Mode - Scenario when the total iteration count is 35 and circuit breaker consecutive failure threshold is set to 30.")]
@@ -608,7 +607,6 @@ public async Task ReadItemAsync_WithCircuitBreakerEnabledAndSingleMasterAccountA
608
607
[TestMethod]
609
608
[TestCategory("MultiRegion")]
610
609
[DoNotParallelize]
611
-
[Ignore("We will enable this test once the test staging account used for multi master validation starts supporting thin proxy.")]
@@ -1198,7 +1192,6 @@ public async Task CreateItemAsync_WithCircuitBreakerEnabledAndSingleMasterAccoun
1198
1192
[Owner("dkunda")]
1199
1193
[TestCategory("MultiMaster")]
1200
1194
[DoNotParallelize]
1201
-
[Ignore("We will enable this test once the test staging account used for multi master validation starts supporting thin proxy.")]
1202
1195
[DataRow(ConnectionMode.Direct,"15","10",DisplayName="Direct Mode - Scenario whtn the total iteration count is 15 and circuit breaker consecutive failure threshold is set to 10.")]
1203
1196
[DataRow(ConnectionMode.Direct,"25","20",DisplayName="Direct Mode - Scenario whtn the total iteration count is 25 and circuit breaker consecutive failure threshold is set to 20.")]
1204
1197
[DataRow(ConnectionMode.Direct,"35","30",DisplayName="Direct Mode - Scenario whtn the total iteration count is 35 and circuit breaker consecutive failure threshold is set to 30.")]
@@ -2371,7 +2364,6 @@ public async Task QueryItemAsync_WithCircuitBreakerEnabledMultiRegionAndServiceR
Assert.IsTrue(contactedRegions.Count==2,"Asserting that when the query request succeeds before the consecutive failure count reaches the threshold, the partition didn't fail over to the next region, and the request was retried."+response.Diagnostics.ToString());
0 commit comments