diff --git a/.github/workflows/test-ruby.yml b/.github/workflows/test-ruby.yml index ecded2cc2f..d21bf27777 100644 --- a/.github/workflows/test-ruby.yml +++ b/.github/workflows/test-ruby.yml @@ -113,6 +113,7 @@ jobs: CAS_ENABLED: true BUNDLE_WITH: 'pam_authentication test' CI_JOBS: ${{ matrix.ci_job }}/4 + ES_ENABLED: false strategy: fail-fast: false @@ -192,6 +193,7 @@ jobs: DISABLE_SIMPLECOV: true RAILS_ENV: test BUNDLE_WITH: test + ES_ENABLED: false strategy: fail-fast: false