Skip to content

Commit

Permalink
use multi-master instead (#37338)
Browse files Browse the repository at this point in the history
Co-authored-by: annie-mac <xinlian@microsoft.com>
  • Loading branch information
xinlian12 and annie-mac committed Oct 24, 2023
1 parent 518ee7c commit 7f8140f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public void faultInjectionServerErrorRuleTests_AddressRefresh_ConnectionDelay()
}
}

@Test(groups = { "multi-region" }, dataProvider = "operationTypeProvider", timeOut = 4 * TIMEOUT)
@Test(groups = { "multi-master" }, dataProvider = "operationTypeProvider", timeOut = 4 * TIMEOUT)
public void faultInjectionServerErrorRuleTests_AddressRefresh_ResponseDelay(
FaultInjectionOperationType faultInjectionOperationType,
OperationType operationType) throws JsonProcessingException {
Expand Down

0 comments on commit 7f8140f

Please sign in to comment.