Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-goldstein committed Jan 4, 2023
1 parent 90d1b6a commit 75a0899
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions posting/list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -974,9 +974,7 @@ func createAndDeleteMultiPartList(t *testing.T, size int) (*List, int) {
}

func TestLargePlistSplit(t *testing.T) {
if true {
t.Skip()
}
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 75a0899

Please sign in to comment.