Commit 4c2b5550 authored by figsoda's avatar figsoda
Browse files

pipe-rename: disable failing tests

parent 90602698
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -13,6 +13,12 @@ rustPlatform.buildRustPackage rec {

  nativeCheckInputs = [ python3 ];

  checkFlags = [
    # tests are failing upstream
    "--skip=test_dot"
    "--skip=test_dotdot"
  ];

  preCheck = ''
    patchShebangs tests/editors/env-editor.py
  '';