mirror of
https://github.com/restic/restic.git
synced 2025-12-04 03:38:25 +00:00
Merge pull request #1669 from restic/make-tests-faster
Reduce test runtime
This commit is contained in:
@@ -43,6 +43,7 @@ const testChunkerPol = chunker.Pol(0x3DA3358B4DC173)
|
||||
// is used for the chunker and low-security test parameters.
|
||||
func TestRepositoryWithBackend(t testing.TB, be restic.Backend) (r restic.Repository, cleanup func()) {
|
||||
TestUseLowSecurityKDFParameters(t)
|
||||
restic.TestDisableCheckPolynomial(t)
|
||||
|
||||
var beCleanup func()
|
||||
if be == nil {
|
||||
|
||||
Reference in New Issue
Block a user