diff --git a/pkg/integration/tests/test_list.go b/pkg/integration/tests/test_list.go index b44246abf..19f002bda 100644 --- a/pkg/integration/tests/test_list.go +++ b/pkg/integration/tests/test_list.go @@ -64,13 +64,13 @@ var tests = []*components.IntegrationTest{ conflicts.ResolveExternally, conflicts.ResolveMultipleFiles, conflicts.UndoChooseHunk, - custom_commands.BasicCmdFromConfig, custom_commands.BasicCmdAtRuntime, - custom_commands.OmitFromHistory, + custom_commands.BasicCmdFromConfig, custom_commands.FormPrompts, custom_commands.MenuFromCommand, custom_commands.MenuFromCommandsOutput, custom_commands.MultiplePrompts, + custom_commands.OmitFromHistory, diff.Diff, diff.DiffAndApplyPatch, diff.DiffCommits,