mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-04 23:42:10 +03:00
Reenable failing test
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
|||||||
var MoveToIndexWithConflict = NewIntegrationTest(NewIntegrationTestArgs{
|
var MoveToIndexWithConflict = NewIntegrationTest(NewIntegrationTestArgs{
|
||||||
Description: "Move a patch from a commit to the index, causing a conflict",
|
Description: "Move a patch from a commit to the index, causing a conflict",
|
||||||
ExtraCmdArgs: "",
|
ExtraCmdArgs: "",
|
||||||
Skip: true, // Skipping until https://github.com/jesseduffield/lazygit/pull/2471 is merged
|
Skip: false,
|
||||||
SetupConfig: func(config *config.AppConfig) {},
|
SetupConfig: func(config *config.AppConfig) {},
|
||||||
SetupRepo: func(shell *Shell) {
|
SetupRepo: func(shell *Shell) {
|
||||||
shell.CreateFileAndAdd("file1", "file1 content")
|
shell.CreateFileAndAdd("file1", "file1 content")
|
||||||
|
Reference in New Issue
Block a user