From 323f39cf11442041dfa05ad940cbcd9439af48ee Mon Sep 17 00:00:00 2001 From: Dominik Arominski <arominski@ill.fr> Date: Thu, 4 Aug 2022 11:37:23 +0200 Subject: [PATCH] Temporary exclusion of SimulatedDensityOfStatesEuphonicTest. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf6815c..6ff26dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -123,7 +123,7 @@ run_system_tests: - git pull origin ill-main script: - cd build - - xvfb-run ./systemtest -j4 --output-on-failure --loglevel error -E "SNAPRedux|WorkbenchStartupTest|CrystalFieldPythonInterface|LoadCIFTest|LoadLotsOfFiles" + - xvfb-run ./systemtest -j4 --output-on-failure --loglevel error -E "SNAPRedux|WorkbenchStartupTest|CrystalFieldPythonInterface|LoadCIFTest|LoadLotsOfFiles|SimulatedDensityOfStatesEuphonicTest" deploy_daily: stage: deployment -- GitLab