git-gamble: disable flaky test

This commit is contained in:
pinage404 2025-03-24 16:35:53 +01:00
parent 97804d445c
commit 6332b3cb34

View file

@ -29,6 +29,10 @@ rustPlatform.buildRustPackage {
preCheck = ''
patchShebangs tests/editor/fake_editor.sh
'';
checkFlags = [
# this test can be flaky ; help is needed to stabilize it in upstream
"--skip=git_time_keeper::white_box::lock_file::create_as_many_as_lock_files_when_starting_several_times"
];
nativeBuildInputs = [
installShellFiles