mirror of
https://github.com/discourse/discourse.git
synced 2025-04-14 05:50:50 +08:00
DEV: Remove wizard step from docker tests (#17125)
Wizard tests are now in core.
This commit is contained in:
parent
fcb4e5a1a1
commit
91bc4442d1
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user