Skip to content

Commit abaadc9

Browse files
authored
Run Managed HSM RBAC tests sequentially (Azure#21833)
Some role assignment tests would sometimes fail because the same OID cannot be assigned to the same role definition even when the role assignment ID differs.
1 parent 9904e05 commit abaadc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/keyvault/Azure.Security.KeyVault.Administration/tests/AccessControlClientLiveTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
namespace Azure.Security.KeyVault.Administration.Tests
1414
{
15+
[NonParallelizable]
1516
public class AccessControlClientLiveTests : AccessControlTestBase
1617
{
1718
public AccessControlClientLiveTests(bool isAsync)

0 commit comments

Comments
 (0)