mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3Packages.databricks-sdk: Disable slow tests (#402630)
This commit is contained in:
commit
955c95ea0d
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue