python3Packages.confluent-kafka: disable racy test

This commit is contained in:
Martin Weinelt
2026-03-08 15:17:00 +01:00
parent f1539461df
commit c6b84b92ae
@@ -112,6 +112,8 @@ buildPythonPackage rec {
"tests/schema_registry/_sync/test_config.py"
# crashes the test runner on shutdown
"tests/test_kafka_error.py"
# stats_cb can raise during consumer.close() causing race-condition
"tests/test_Consumer.py::test_callback_exception_no_system_error"
];
meta = {