Skip to content

Commit fc24565

Browse files
committed
Remaining role issue - live_only
1 parent 4a505ac commit fc24565

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/cosmosdb-preview/azext_cosmosdb_preview/tests/latest/test_cosmosdb_mongoMI_rbac_scenario.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6-
from azure.cli.testsdk import (ScenarioTest, ResourceGroupPreparer)
6+
from azure.cli.testsdk import (ScenarioTest, ResourceGroupPreparer, live_only)
77

88
class Cosmosdb_previewmongoMIRbacScenarioTest(ScenarioTest):
99

10+
# Existing role assignment got deleted, will enable in next release
11+
@live_only()
1012
@ResourceGroupPreparer(name_prefix='cli_test_cosmosdb_mongoMI_role', location='westus2')
1113
def test_cosmosdb_mongoMI_role(self, resource_group):
1214
acc_name = self.create_random_name(prefix='cli', length=15)

0 commit comments

Comments
 (0)