From a6c479e42ea2a47c45e5a323bb3072bab503ecf1 Mon Sep 17 00:00:00 2001 From: appel_c Date: Thu, 1 May 2025 19:50:38 +0200 Subject: [PATCH] build: remove flush-redis from ci job --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7842e996..5b2785ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -230,7 +230,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