Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
disabled tests that i can't run
  • Loading branch information
zikalino committed Sep 16, 2019
commit e6132e65a3efb35588d9ff87ff43cf107da64179
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def test_grant_access(self, resource_group, location):
assert access_uri.access_sas is not None

@ResourceGroupPreparer()
def test_md_from_storage_blob(self, resource_group, location):
def _test_md_from_storage_blob(self, resource_group, location):
'''Create a Managed Disk from Blob Storage.'''
DiskCreateOption = self.compute_client.disks.models.DiskCreateOption

Expand Down Expand Up @@ -265,7 +265,7 @@ def test_change_account_type(self, resource_group, location):
async_update.wait()

@ResourceGroupPreparer()
def test_create_image_from_blob(self, resource_group, location):
def _test_create_image_from_blob(self, resource_group, location):
async_create_image = self.compute_client.images.create_or_update(
resource_group.name,
'myImage',
Expand Down