From 6a015aeac4b133cd4904688de2b323d0e3cbc1b4 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Mon, 28 Apr 2025 13:22:50 -0700 Subject: [PATCH] python3Packages.databricks-sdk: Disable slow tests --- pkgs/development/python-modules/databricks-sdk/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/python-modules/databricks-sdk/default.nix b/pkgs/development/python-modules/databricks-sdk/default.nix index f521c359f300..619f90d5897c 100644 --- a/pkgs/development/python-modules/databricks-sdk/default.nix +++ b/pkgs/development/python-modules/databricks-sdk/default.nix @@ -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;