Unverified Commit 04ced10e authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.databricks: disable test that fails under load (#404454)

parents 8f675d18 baac027e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;