Unverified Commit 835a795e authored by Connor Baker's avatar Connor Baker Committed by GitHub
Browse files

diffoscope: disable flaky test_non_unicode_filename test (#423094)

parents acf3b74d 157c02ab
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -278,10 +278,12 @@ python.pkgs.buildPythonApplication rec {

      # Fails because it fails to determine llvm version
      "test_item3_deflate_llvm_bitcode"

      # Flaky test on Linux and Darwin
      "test_non_unicode_filename"
    ]
    ++ lib.optionals stdenv.hostPlatform.isDarwin [
      # Disable flaky tests on Darwin
      "test_non_unicode_filename"
      "test_listing"
      "test_symlink_root"