python3Packages.confluent-kafka: disable racy test (#497914)

This commit is contained in:
Martin Weinelt
2026-03-08 14:22:40 +00:00
committed by GitHub
@@ -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 = {