Skip to content

Commit 8654a04

Browse files
aim-for-betterZhenyu Zhou
and
Zhenyu Zhou
authored
Skip test for releasing (#13169)
Co-authored-by: Zhenyu Zhou <[email protected]>
1 parent 486db4c commit 8654a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/hdinsight/azure-mgmt-hdinsight/test/test_mgmt_hdinsight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def test_create_kafka_cluster_with_managed_disks(self, resource_group, location,
137137
cluster = create_poller.result()
138138
self.validate_cluster(cluster_name, create_params, cluster)
139139

140-
# @unittest.skip('skipping temporarily to unblock azure-keyvault checkin')
140+
@unittest.skip('skipping temporarily to unblock azure-keyvault checkin')
141141
@ResourceGroupPreparer(name_prefix='hdipy-', location=LOCATION)
142142
@StorageAccountPreparer(name_prefix='hdipy', location=LOCATION)
143143
@KeyVaultPreparer(name_prefix='hdipy', location=LOCATION, enable_soft_delete=True)

0 commit comments

Comments
 (0)