DEV: Remove wizard step from docker tests (#17125)

Wizard tests are now in core.
This commit is contained in:
Jarek Radosz 2022-06-17 15:35:18 +02:00 committed by GitHub
parent fcb4e5a1a1
commit 91bc4442d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -210,10 +210,6 @@ task 'docker:test' do
unless ENV["SKIP_CORE"]
@good &&= run_or_fail("cd app/assets/javascripts/discourse && CI=1 yarn ember exam --random")
if !ENV["SKIP_WIZARD_TESTS"]
@good &&= run_or_fail("QUNIT_EMBER_CLI=0 bundle exec rake qunit:test['#{js_timeout}','/wizard/qunit']")
end
end
unless ENV["SKIP_PLUGINS"]