Skip to content

Commit

Permalink
Remove outdated row merge test.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicktobey committed Nov 14, 2023
1 parent 6070c5c commit e53978d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions go/libraries/doltcore/merge/row_merge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,16 +173,6 @@ var testCases = []testCase{
true,
false,
},
{
"dropping a column should be equivalent to setting a column to null",
build(1, 2, 0),
build(2, 1),
build(1, 1, 1),
3, 2, 3,
build(2, 2),
true,
false,
},
// TODO (dhruv): need to fix this test case for new storage format
//{
// "add rows but one holds a new column",
Expand Down

0 comments on commit e53978d

Please sign in to comment.