Skip to content

Commit 966ebc9

Browse files
committed
Revert "fix: joiner redundancy multilevel"
This reverts commit 341fa9e.
1 parent 341fa9e commit 966ebc9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/file/joiner/joiner_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1357,9 +1357,6 @@ 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-
}
13631360
test(t, rLevel, encrypt, chunkCnt)
13641361
})
13651362
}

0 commit comments

Comments
 (0)