Browse Source

Maintenance: Exclude searchindex tests from migration tests to prevent double execution.

Rolf Schmidt 6 months ago
parent
commit
a9161ce595
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .gitlab/ci/test/migration.yml

+ 1 - 1
.gitlab/ci/test/migration.yml

@@ -20,7 +20,7 @@
     # Force redis usage, even if it was disabled by the initial configure_environment script of stable.
     - export REDIS_URL=redis://redis
     - bundle exec rails db:migrate
-    - bundle exec rspec --profile 10 spec/db
+    - bundle exec rspec --profile 10 spec/db -t ~searchindex
 
 rspec:migration:postgresql:
   extends: