Commit f7b50de9 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.celery: disable flaky test under load on Darwin

parent a3d919aa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -112,6 +112,9 @@ buildPythonPackage rec {
    "test_cleanup"
    "test_with_autoscaler_file_descriptor_safety"
    "test_with_file_descriptor_safety"

    # Flaky: Unclosed temporary file handle under heavy load (as in nixpkgs-review)
    "test_check_privileges_without_c_force_root_and_no_group_entry"
  ];

  pythonImportsCheck = [ "celery" ];