Unverified Commit febb33a1 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.cleanlab: skip failing test (#419824)

parents 262313d5 1b72114a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -81,6 +81,9 @@ buildPythonPackage rec {

  disabledTests =
    [
      # Incorrect snapshots (AssertionError)
      "test_color_sentence"

      # Requires the datasets we prevent from downloading
      "test_create_imagelab"