Skip to content

Commit 6a58076

Browse files
committed
Remove obsolete tests
These only ran for git versions that we no longer support.
1 parent b87bd3e commit 6a58076

File tree

3 files changed

+0
-157
lines changed

3 files changed

+0
-157
lines changed

pkg/integration/tests/patch_building/move_to_earlier_commit_no_keep_empty.go

Lines changed: 0 additions & 78 deletions
This file was deleted.

pkg/integration/tests/patch_building/move_to_new_commit_before_no_keep_empty.go

Lines changed: 0 additions & 77 deletions
This file was deleted.

pkg/integration/tests/test_list.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ var tests = []*components.IntegrationTest{
306306
patch_building.MoveRangeToIndex,
307307
patch_building.MoveToEarlierCommit,
308308
patch_building.MoveToEarlierCommitFromAddedFile,
309-
patch_building.MoveToEarlierCommitNoKeepEmpty,
310309
patch_building.MoveToIndex,
311310
patch_building.MoveToIndexFromAddedFileWithConflict,
312311
patch_building.MoveToIndexPartOfAdjacentAddedLines,
@@ -318,7 +317,6 @@ var tests = []*components.IntegrationTest{
318317
patch_building.MoveToLaterCommitPartialHunk,
319318
patch_building.MoveToNewCommit,
320319
patch_building.MoveToNewCommitBefore,
321-
patch_building.MoveToNewCommitBeforeNoKeepEmpty,
322320
patch_building.MoveToNewCommitFromAddedFile,
323321
patch_building.MoveToNewCommitFromDeletedFile,
324322
patch_building.MoveToNewCommitInLastCommitOfStackedBranch,

0 commit comments

Comments
 (0)