Unverified Commit c6b84b92 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.confluent-kafka: disable racy test

parent f1539461
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = {