Skip to content

Commit 75a0899

Browse files
refactor
1 parent 90d1b6a commit 75a0899

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

posting/list_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -974,9 +974,7 @@ func createAndDeleteMultiPartList(t *testing.T, size int) (*List, int) {
974974
}
975975

976976
func TestLargePlistSplit(t *testing.T) {
977-
if true {
978-
t.Skip()
979-
}
977+
t.Skip()
980978
key := x.DataKey(uuid.New().String(), 1331)
981979
ol, err := getNew(key, ps, math.MaxUint64)
982980
require.NoError(t, err)

0 commit comments

Comments
 (0)