Skip to content

Commit

Permalink
unskip test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-goldstein committed Jan 7, 2023
1 parent 6c01ff8 commit 6a840d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion posting/list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,6 @@ func createAndDeleteMultiPartList(t *testing.T, size int) (*List, int) {
}

func TestLargePlistSplit(t *testing.T) {
t.Skip()
key := x.DataKey(uuid.New().String(), 1331)
ol, err := getNew(key, ps, math.MaxUint64)
require.NoError(t, err)
Expand Down

0 comments on commit 6a840d9

Please sign in to comment.