Reduce data for TestCreateSnapshot

This commit is contained in:
Alexander Neumann 2018-03-11 21:42:39 +01:00
parent dfb6d0fced
commit b9ada91054
5 changed files with 65 additions and 82 deletions

View file

@ -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 {