From 2ab69f487dd7a9f0edf97e0a90a23495062c6342 Mon Sep 17 00:00:00 2001 From: Sarah Clark Date: Wed, 4 Jun 2025 09:17:00 -0700 Subject: [PATCH] python3Packages.google-cloud-spanner: disable flaky test `test_retry_helper` is retrying too quickly on fast machines. --- .../development/python-modules/google-cloud-spanner/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/google-cloud-spanner/default.nix b/pkgs/development/python-modules/google-cloud-spanner/default.nix index a580a84ded06..4cd1785cbc7b 100644 --- a/pkgs/development/python-modules/google-cloud-spanner/default.nix +++ b/pkgs/development/python-modules/google-cloud-spanner/default.nix @@ -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 = [