We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be45fa1 commit 9577379Copy full SHA for 9577379
tests/integration/test_logger.py
@@ -34,7 +34,7 @@ def test_launch_log(mock_client_init):
34
35
@mock.patch(REPORT_PORTAL_SERVICE)
36
def test_binary_file_log(mock_client_init):
37
- if platform.system() == "Linux" and platform.release() == "6.8.0-1017-azure":
+ if platform.system() == "Linux" and platform.release().endswith("-azure"):
38
# GitHub Actions Linux runner has an issue with binary data reading
39
data_type = "application/octet-stream"
40
else:
0 commit comments