blazingjj: fix build (#528554)

This commit is contained in:
Marcin Serwin
2026-06-07 11:13:16 +00:00
committed by GitHub
+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"
];
__structuredAttrs = true;
meta = {