Browse Source

fix benchmark tests

Thomas Waldmann 2 years ago
parent
commit
ad72e8ea02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/borg/testsuite/benchmark.py

+ 1 - 1
src/borg/testsuite/benchmark.py

@@ -26,7 +26,7 @@ def repo_url(request, tmpdir, monkeypatch):
     tmpdir.remove(rec=1)
 
 
-@pytest.fixture(params=["none", "repokey"])
+@pytest.fixture(params=["none", "repokey-aes-ocb"])
 def repo(request, cmd, repo_url):
     cmd(f'--repo={repo_url}', 'rcreate', '--encryption', request.param)
     return repo_url