Commit 2ab69f48 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.google-cloud-spanner: disable flaky test

`test_retry_helper` is retrying too quickly on fast machines.
parent 42943e0a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -94,6 +94,8 @@ buildPythonPackage rec {
    "test_generate_client_hash"
    # Flaky, compares to execution time
    "test_snapshot_read_concurrent"
    # Flaky, can retry too quickly and fail
    "test_retry_helper"
  ];

  disabledTestPaths = [