Unverified Commit 806f4b63 authored by Rob's avatar Rob
Browse files

duckdb: disable non-deterministic test_connection_interrupt

parent ba63d2f8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,8 @@ buildPythonPackage rec {
  disabledTests = [
    # tries to make http request
    "test_install_non_existent_extension"
    # test is racy and interrupt can be delivered before or after target point
    "test_connection_interrupt"
  ];

  preCheck = ''