Skip to content
Closed
Changes from all commits
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
1 change: 1 addition & 0 deletions sdk/storage/azure-storage-blob/tests/test_blob_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ def callback(response):

def test_client_request_id_echo(self):
# client request id is different for every request, so it will never match the recorded one
pytest.skip("Issue tracked here: https://github.com/Azure/azure-sdk-for-python/issues/8098")
if TestMode.need_recording_file(self.test_mode):
return

Expand Down