python312Packages.instructor: disable a benchmarking test

This commit is contained in:
Malo Bourgon 2025-05-12 12:39:35 -07:00
parent 4c40e81b38
commit 2c16db3f04
No known key found for this signature in database

View File

@ -88,6 +88,7 @@ buildPythonPackage rec {
"test_raw_base64_autodetect_png"
# Performance benchmarks that sometimes fail when running many parallel builds
"test_combine_system_messages_benchmark"
"test_extract_system_messages_benchmark"
];