diff options
| author | Herman Rimm <herman@rimm.ee> | 2025-06-25 19:05:57 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-25 22:01:28 +0100 |
| commit | b7fb796c5ea435c2f3315dc175c501f1ffd79538 (patch) | |
| tree | ce683973d13f28b96db8b26252fa9bd8143138f7 /gnu | |
| parent | b7edabbad8b8a176dcab7a2a5dbfdd0c543831bd (diff) | |
gnu: git-spice: Skip one test.
It might be introduced by cc15236a45.
* gnu/packages/version-control.scm (git-spice)[arguments] <test-flags>:
Skip test.
Change-Id: I811407de4b4dad91d155d9d948fae1333d7603c6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/version-control.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 84ca4af1dd4..fd89ca34495 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1077,6 +1077,7 @@ the date of the most recent commit that modified them "TestScript/branch_create_below_with_downstack_history" "TestScript/branch_create_no_verify" "TestScript/branch_onto_two_stacks_with_downstack_history" + "TestScript/branch_restack_conflict_no_edit" "TestScript/branch_split_reassign_submitted" "TestScript/branch_submit_.*" "TestScript/commit_amend_no_verify" |
