summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gitlab.com>2019-03-11 11:50:09 +0000
committerRémy Coutable <remy@rymai.me>2019-03-11 11:50:09 +0000
commitc6a6b8a24e0e761dc44d8439740e92679afc10d7 (patch)
treedfaf7eaca77c34f592677b072760a7e61adaa6a2 /qa/qa.rb
parenta89df58527aae693438001ab0800363e7a7d6b07 (diff)
downloadgitlab-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.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 2b3ffabbbaa..a79fecaab71 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -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
##