From 8ad1e4232b6bf1015d44e1828b14e74f866157c6 Mon Sep 17 00:00:00 2001 From: Rakshith Bhyravabhotla Date: Tue, 22 Jun 2021 10:46:21 -0700 Subject: [PATCH 1/2] skip test --- .../azure-mgmt-monitor/tests/test_cli_mgmt_monitor_async.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/monitor/azure-mgmt-monitor/tests/test_cli_mgmt_monitor_async.py b/sdk/monitor/azure-mgmt-monitor/tests/test_cli_mgmt_monitor_async.py index b87ab8bca52b..1137c810b459 100644 --- a/sdk/monitor/azure-mgmt-monitor/tests/test_cli_mgmt_monitor_async.py +++ b/sdk/monitor/azure-mgmt-monitor/tests/test_cli_mgmt_monitor_async.py @@ -281,6 +281,7 @@ def create_network_interface(self, group_name, location, nic_name, subnet): result = self.vm_client.virtual_machines.create_or_update(group_name, vm_name, BODY) return result.result() + @pytest.mark.skip("https://github.com/Azure/azure-sdk-for-python/issues/19389") @RandomNameResourceGroupPreparer(location=AZURE_LOCATION) def test_monitor_diagnostic_settings(self, resource_group): SUBSCRIPTION_ID = self.settings.SUBSCRIPTION_ID From 06fb0c4e5dc76481c269089ece49a1ef3fba8ecd Mon Sep 17 00:00:00 2001 From: Rakshith Bhyravabhotla Date: Tue, 22 Jun 2021 12:02:21 -0700 Subject: [PATCH 2/2] Update test_cli_mgmt_monitor_async.py --- .../azure-mgmt-monitor/tests/test_cli_mgmt_monitor_async.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/monitor/azure-mgmt-monitor/tests/test_cli_mgmt_monitor_async.py b/sdk/monitor/azure-mgmt-monitor/tests/test_cli_mgmt_monitor_async.py index 1137c810b459..d83700efeb6a 100644 --- a/sdk/monitor/azure-mgmt-monitor/tests/test_cli_mgmt_monitor_async.py +++ b/sdk/monitor/azure-mgmt-monitor/tests/test_cli_mgmt_monitor_async.py @@ -6,6 +6,7 @@ # license information. #-------------------------------------------------------------------------- import time +import pytest import unittest import azure.mgmt.monitor.aio