summaryrefslogtreecommitdiff
path: root/qa/qa/scenario/test/integration/mattermost.rb
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/scenario/test/integration/mattermost.rb')
-rw-r--r--qa/qa/scenario/test/integration/mattermost.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/qa/qa/scenario/test/integration/mattermost.rb b/qa/qa/scenario/test/integration/mattermost.rb
index be371cca6ff..4732f2b635b 100644
--- a/qa/qa/scenario/test/integration/mattermost.rb
+++ b/qa/qa/scenario/test/integration/mattermost.rb
@@ -7,11 +7,7 @@ module QA
# including staging and on-premises installation.
#
class Mattermost < Scenario::Entrypoint
- protected
-
- def configure_specs(specs)
- specs.exclusion_filter[:mattermost] = false
- end
+ tags :core, :mattermost
end
end
end