Skip to content

Commit

Permalink
[azure-mgmt-monitor] skip test to unblock ci (#19390)
Browse files Browse the repository at this point in the history
* skip test

* Update test_cli_mgmt_monitor_async.py
  • Loading branch information
Rakshith Bhyravabhotla authored Jun 22, 2021
1 parent 2f0afe1 commit 4834809
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# license information.
#--------------------------------------------------------------------------
import time
import pytest
import unittest

import azure.mgmt.monitor.aio
Expand Down Expand Up @@ -281,6 +282,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
Expand Down

0 comments on commit 4834809

Please sign in to comment.