From 2453734578b9bcfc7fea19228fcd8339d2bc5fe0 Mon Sep 17 00:00:00 2001 From: appel_c Date: Fri, 11 Apr 2025 18:00:05 +0200 Subject: [PATCH] ci: run e2e tests without --flush-redis --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f57ec9b0..443b9074 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -216,7 +216,7 @@ end-2-end-conda: - pip install -e ./ophyd_devices - pip install -e .[dev,pyside6] - - pytest -v --files-path ./ --start-servers --flush-redis --random-order ./tests/end-2-end + - pytest -v --files-path ./ --start-servers --random-order ./tests/end-2-end artifacts: when: on_failure