Skip to content

Commit f4be562

Browse files
committed
run test in live mode only, issues with playback mode
1 parent d7149f7 commit f4be562

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dataprotection/azext_dataprotection/tests/latest/test_dataprotection_backup_instance_create_and_delete.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def test_dataprotection_backup_instance_create_backup_delete_disk(test):
8787
track_job_to_completion(test)
8888

8989
@AllowLargeResponse()
90+
@live_only()
9091
def test_dataprotection_backup_instance_create_and_delete_blob(test):
9192
test.kwargs.update({
9293
'dataSourceType': "AzureBlob",
@@ -138,6 +139,7 @@ def test_dataprotection_backup_instance_create_and_delete_blob(test):
138139
test.cmd('storage container delete --name "{containerName}" --account-name "{storageAccountName}" --auth-mode login')
139140

140141
@AllowLargeResponse()
142+
@live_only()
141143
def test_dataprotection_backup_instance_create_and_delete_adls(test):
142144
test.kwargs.update({
143145
'dataSourceType': 'AzureDataLakeStorage',

0 commit comments

Comments
 (0)