lazyjj: fix build (#528551)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user