mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
python312Packages.guidance: disable flaky test (#344276)
This commit is contained in:
commit
cbb0d02764
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user