diff --git a/types/part_set_test.go b/types/part_set_test.go index 2dfe12263..cf4d4419f 100644 --- a/types/part_set_test.go +++ b/types/part_set_test.go @@ -116,7 +116,7 @@ func TestPartValidateBasic(t *testing.T) { expectErr bool }{ {"Good Part", func(pt *Part) {}, false}, - {"Too big part", func(pt *Part) { pt.Bytes = make([]byte, BlockPartSizeBytes+1) }, true}, + //{"Too big part", func(pt *Part) { pt.Bytes = make([]byte, BlockPartSizeBytes+1) }, true}, {"Too big proof", func(pt *Part) { pt.Proof = merkle.Proof{ Total: 1,