python3Packages.databricks: disable test that fails under load

This commit is contained in:
Sarah Clark
2025-05-05 12:24:13 -07:00
parent 87c9fdb0c1
commit baac027eb1
@@ -73,6 +73,8 @@ buildPythonPackage rec {
"test_multipart_upload"
"test_rewind_seekable_stream"
"test_resumable_upload"
# flaky -- ConnectionBroken under heavy load indicates a timing issue
"test_github_oidc_flow_works_with_azure"
];
__darwinAllowLocalNetworking = true;