python3Packages.databricks-sdk: Disable slow tests (#402630)

This commit is contained in:
Gaétan Lepage
2025-04-28 23:25:43 +02:00
committed by GitHub
@@ -69,6 +69,10 @@ buildPythonPackage rec {
"test_load_azure_tenant_id_happy_path"
"test_load_azure_tenant_id_no_location_header"
"test_load_azure_tenant_id_unparsable_location_header"
# Take an exceptionally long time when sandboxing is enabled due to retries
"test_multipart_upload"
"test_rewind_seekable_stream"
"test_resumable_upload"
];
__darwinAllowLocalNetworking = true;