mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
git-gamble: disable flaky test
This commit is contained in:
parent
97804d445c
commit
6332b3cb34
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ rustPlatform.buildRustPackage {
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
patchShebangs tests/editor/fake_editor.sh
|
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 = [
|
nativeBuildInputs = [
|
||||||
installShellFiles
|
installShellFiles
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue