From baac027eb11003aa6e5af9535d4524ef65459319 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Mon, 5 May 2025 12:22:46 -0700 Subject: [PATCH] python3Packages.databricks: disable test that fails under load --- pkgs/development/python-modules/databricks-sdk/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/databricks-sdk/default.nix b/pkgs/development/python-modules/databricks-sdk/default.nix index 619f90d5897c..88c019862ad4 100644 --- a/pkgs/development/python-modules/databricks-sdk/default.nix +++ b/pkgs/development/python-modules/databricks-sdk/default.nix @@ -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;