Skip to content

Commit

Permalink
python312Packages.guidance: disable flaky test (#344276)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Sep 25, 2024
2 parents 95c5232 + e2757d6 commit cbb0d02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/guidance/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit cbb0d02

Please sign in to comment.