From 9e30c9fedcb9fd5da517080ab0113fc96fba3d65 Mon Sep 17 00:00:00 2001 From: Adam Bramley <adam.bramley@previousnext.com.au> Date: Fri, 14 Mar 2025 13:54:39 +1100 Subject: [PATCH] Repeat test --- .gitlab-ci/pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/pipeline.yml b/.gitlab-ci/pipeline.yml index ee6f1e0e1769..b4a75bd571c8 100644 --- a/.gitlab-ci/pipeline.yml +++ b/.gitlab-ci/pipeline.yml @@ -241,9 +241,10 @@ variables: when: manual allow_failure: true variables: - REPEAT_TEST_CLASS: 'Drupal\Tests\Change\Me' + REPEAT_TEST_CLASS: '\Drupal\Tests\field_ui\FunctionalJavascript\EntityDisplayTest' services: - <<: *with-database + - <<: *with-selenium-chrome '🚲 Performance tests': <<: [ *default-job-settings ] -- GitLab