From 4e6a8838d6d8f930523f43e01f83462f8f309c96 Mon Sep 17 00:00:00 2001 From: Jost Alemann Date: Fri, 5 Jun 2026 22:09:25 +0200 Subject: [PATCH] blazingjj: fix build skip a test that failed due to changes to `jj diff` see: https://github.com/NixOS/nixpkgs/pull/528347#issuecomment-4633749263 --- pkgs/by-name/bl/blazingjj/package.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/by-name/bl/blazingjj/package.nix b/pkgs/by-name/bl/blazingjj/package.nix index e399293e9b26..a8668045d26e 100644 --- a/pkgs/by-name/bl/blazingjj/package.nix +++ b/pkgs/by-name/bl/blazingjj/package.nix @@ -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" + ]; + __structuredAttrs = true; meta = {