Unverified Commit 64f54e41 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #268385 from figsoda/pipe-rename

pipe-rename: disable failing tests
parents 8c260f8d 4c2b5550
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
  '';