lazyjj: fix build

skip a test that failed due to changes to `jj diff`
see:
https://github.com/NixOS/nixpkgs/pull/528347#issuecomment-4633749263
This commit is contained in:
Jost Alemann
2026-06-05 21:52:33 +02:00
parent 891eaa77f0
commit b8f7257d15
+5
View File
@@ -35,6 +35,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
];
doInstallCheck = true;
checkFlags = [
# This tests checks the output of `jj diff`. However, `jj diff` had a change upstream making the test fail. Skip for now, until the test is updated.
"--skip=commander::files::tests::get_file_diff"
];
meta = {
description = "TUI for Jujutsu/jj";
homepage = "https://github.com/Cretezy/lazyjj";