浏览代码

fix benchmark tests

Thomas Waldmann 2 年之前
父节点
当前提交
ad72e8ea02
共有 1 个文件被更改,包括 1 次插入1 次删除
  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