Skip to content

Commit

Permalink
test fix (Azure#18947)
Browse files Browse the repository at this point in the history
Co-authored-by: msyyc <[email protected]>
  • Loading branch information
Azure CLI Bot and msyyc authored May 26, 2021
1 parent d683758 commit ada474f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def create_virtual_network(self, group_name, location, network_name, subnet_name
)
self.assertEqual(result_get.name, subnet_name)

@unittest.skip('skip temporarily')
@RandomNameResourceGroupPreparer(location=AZURE_LOCATION)
def test_eventhub(self, resource_group):

Expand Down Expand Up @@ -303,6 +304,7 @@ def test_eventhub(self, resource_group):
result = self.mgmt_client.namespaces.begin_delete(resource_group.name, NAMESPACE_NAME)
result = result.result()

@unittest.skip('skip temporarily')
@ResourceGroupPreparer(location=AZURE_LOCATION)
def test_disaster_recovery_configs(self, resource_group):
RESOURCE_GROUP = resource_group.name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def create_virtual_network(self, group_name, location, network_name, subnet_name
)
self.assertEqual(result_get.name, subnet_name)

@unittest.skip('skip temporarily')
@RandomNameResourceGroupPreparer(location=AZURE_LOCATION)
def test_eventhub(self, resource_group):

Expand Down

0 comments on commit ada474f

Please sign in to comment.