diff options
author | Mark Lapierre <mlapierre@gitlab.com> | 2019-03-11 11:50:09 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2019-03-11 11:50:09 +0000 |
commit | c6a6b8a24e0e761dc44d8439740e92679afc10d7 (patch) | |
tree | dfaf7eaca77c34f592677b072760a7e61adaa6a2 /qa/qa.rb | |
parent | a89df58527aae693438001ab0800363e7a7d6b07 (diff) | |
download | gitlab-ce-c6a6b8a24e0e761dc44d8439740e92679afc10d7.tar.gz |
Skip contexts in quarantine
This avoids running before/after blocks for tests that are in quarantine
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -342,6 +342,10 @@ module QA module Specs autoload :Config, 'qa/specs/config' autoload :Runner, 'qa/specs/runner' + + module Helpers + autoload :Quarantine, 'qa/specs/helpers/quarantine' + end end ## |