Commit 6f045671 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'rc-fixup-mattermost-test-runner' into 'master'

Fix test selection in Test::Integration::Mattermost

See merge request gitlab-org/gitlab-ce!15278
parents 92249f1a e1f03798
...@@ -7,11 +7,11 @@ module QA ...@@ -7,11 +7,11 @@ module QA
# including staging and on-premises installation. # including staging and on-premises installation.
# #
class Mattermost < Scenario::Entrypoint class Mattermost < Scenario::Entrypoint
tags :mattermost tags :core, :mattermost
def perform(address, mattermost, *files) def perform(address, mattermost, *files)
Runtime::Scenario.mattermost = mattermost Runtime::Scenario.mattermost = mattermost
super(address, files) super(address, *files)
end end
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment