From ec8f44b9897bdb0e2866e2661d57f791c144430c Mon Sep 17 00:00:00 2001 From: Adriano dos Santos Fernandes Date: Sun, 11 Aug 2024 11:13:42 -0300 Subject: [PATCH] Do not run encryption tests in docker. --- docker/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/run.sh b/docker/run.sh index 10c687fd..ce0d7970 100755 --- a/docker/run.sh +++ b/docker/run.sh @@ -21,5 +21,5 @@ pytest \ --md-report-output /qa-out/md_report.md \ --ignore=tests/functional/replication \ --ignore=tests/functional/basic/isql/test_08.py \ - -m "not replication" \ + -m "not replication and not encryption" \ "$@"