summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2019-02-19 11:41:52 +0500
committerSanad Liaquat <sliaquat@gitlab.com>2019-02-19 11:41:52 +0500
commit87026ee3aafd5fc2cc2ca25b57bd3ef8dc6590fa (patch)
tree544e61e345145e40d4319227b01c1ed1fb9841d6 /qa/qa.rb
parent327eb9a881871755be3222334856ea883e884276 (diff)
downloadgitlab-ce-87026ee3aafd5fc2cc2ca25b57bd3ef8dc6590fa.tar.gz
Refactor select_*_filter methods
Also use refactor retry_on_excpetion and use it in select_*_filter methods
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 8c5411d3f6b..d6dcfa3032b 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -367,6 +367,7 @@ module QA
end
autoload :Api, 'qa/support/api'
autoload :Waiter, 'qa/support/waiter'
+ autoload :Retrier, 'qa/support/retrier'
end
end