From e2757d6722631b5b7b698b66e33f703150932244 Mon Sep 17 00:00:00 2001 From: Malo Bourgon Date: Tue, 24 Sep 2024 12:01:41 -0700 Subject: [PATCH] python312Packages.guidance: disable flaky test --- pkgs/development/python-modules/guidance/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/guidance/default.nix b/pkgs/development/python-modules/guidance/default.nix index f930e4ddd4e73d1..754d7109c6929e0 100644 --- a/pkgs/development/python-modules/guidance/default.nix +++ b/pkgs/development/python-modules/guidance/default.nix @@ -79,6 +79,9 @@ buildPythonPackage rec { "test_recursion_error" "test_openai_class_detection" "test_openai_chat_without_roles" + + # flaky tests + "test_remote_mock_gen" # frequently fails when building packages in parallel ]; disabledTestPaths = [