python312Packages.guidance: disable flaky test (#344276)

This commit is contained in:
OTABI Tomoya 2024-09-25 09:06:32 +09:00 committed by GitHub
commit cbb0d02764
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,6 +79,9 @@ buildPythonPackage rec {
"test_recursion_error" "test_recursion_error"
"test_openai_class_detection" "test_openai_class_detection"
"test_openai_chat_without_roles" "test_openai_chat_without_roles"
# flaky tests
"test_remote_mock_gen" # frequently fails when building packages in parallel
]; ];
disabledTestPaths = [ disabledTestPaths = [