Skip to content

Commit 4834809

Browse files
author
Rakshith Bhyravabhotla
authored
[azure-mgmt-monitor] skip test to unblock ci (Azure#19390)
* skip test * Update test_cli_mgmt_monitor_async.py
1 parent 2f0afe1 commit 4834809

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/monitor/azure-mgmt-monitor/tests/test_cli_mgmt_monitor_async.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# license information.
77
#--------------------------------------------------------------------------
88
import time
9+
import pytest
910
import unittest
1011

1112
import azure.mgmt.monitor.aio
@@ -281,6 +282,7 @@ def create_network_interface(self, group_name, location, nic_name, subnet):
281282
result = self.vm_client.virtual_machines.create_or_update(group_name, vm_name, BODY)
282283
return result.result()
283284

285+
@pytest.mark.skip("https://github.com/Azure/azure-sdk-for-python/issues/19389")
284286
@RandomNameResourceGroupPreparer(location=AZURE_LOCATION)
285287
def test_monitor_diagnostic_settings(self, resource_group):
286288
SUBSCRIPTION_ID = self.settings.SUBSCRIPTION_ID

0 commit comments

Comments
 (0)