Skip to content

Commit 69ff904

Browse files
committed
Merge remote-tracking branch 'origin/master' into autotls-v2
2 parents 966ebc9 + 3298411 commit 69ff904

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/file/joiner/joiner_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,6 +1357,9 @@ func TestJoinerRedundancyMultilevel(t *testing.T) {
13571357
continue
13581358
}
13591359
t.Run(fmt.Sprintf("encrypt=%v levels=%d chunks=%d full", encrypt, levels, chunkCnt), func(t *testing.T) {
1360+
if r2level[rLevel] != levels || encrypt != encryptChunk[rLevel] {
1361+
t.Skip("skipping to save time")
1362+
}
13601363
test(t, rLevel, encrypt, chunkCnt)
13611364
})
13621365
}

0 commit comments

Comments
 (0)