@@ -1227,8 +1227,6 @@ func TestJoinerRedundancy(t *testing.T) {
12271227//
12281228// nolint:thelper
12291229func TestJoinerRedundancyMultilevel (t * testing.T ) {
1230- t .Parallel ()
1231-
12321230 r2level := []int {2 , 1 , 2 , 3 , 2 }
12331231 encryptChunk := []bool {false , false , true , true , true }
12341232
@@ -1258,8 +1256,6 @@ func TestJoinerRedundancyMultilevel(t *testing.T) {
12581256
12591257 testName := fmt .Sprintf ("rLevel=%v_encrypt=%v_levels=%d_chunks=%d_incomplete" , rLevel , encrypt , levels , chunkCnt )
12601258 t .Run (testName , func (t * testing.T ) {
1261- t .Parallel ()
1262-
12631259 synctest .Test (t , func (t * testing.T ) {
12641260 runRedundancyTest (t , rLevel , encrypt , chunkCnt )
12651261 })
@@ -1277,8 +1273,6 @@ func TestJoinerRedundancyMultilevel(t *testing.T) {
12771273
12781274 testName = fmt .Sprintf ("rLevel=%v_encrypt=%v_levels=%d_chunks=%d_full" , rLevel , encrypt , levels , chunkCnt )
12791275 t .Run (testName , func (t * testing.T ) {
1280- t .Parallel ()
1281-
12821276 synctest .Test (t , func (t * testing.T ) {
12831277 runRedundancyTest (t , rLevel , encrypt , chunkCnt )
12841278 })
0 commit comments