summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Lapierre <mlapierre@gitlab.com>2019-07-05 13:03:58 +1000
committerMark Lapierre <mlapierre@gitlab.com>2019-07-05 13:03:58 +1000
commit1dac72d5996835fb03307d3fd4fa1d4615c75e15 (patch)
tree68219c915c827012f93b4a14c179331156f72813
parentec3c8460d976f967b0a6fd648cb7aeb891df97ce (diff)
downloadgitlab-ce-qa-ml-parallel-tests-gitlab-qa-branch.tar.gz
Disable Cop/GemFetcher so the tests runqa-ml-parallel-tests-gitlab-qa-branch
-rw-r--r--qa/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/Gemfile b/qa/Gemfile
index 81c1244e0ef..0bcf350335d 100644
--- a/qa/Gemfile
+++ b/qa/Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
-gem 'gitlab-qa', git: 'https://gitlab.com/gitlab-org/gitlab-qa.git', branch: 'add-parallel-option'
+gem 'gitlab-qa', git: 'https://gitlab.com/gitlab-org/gitlab-qa.git', branch: 'add-parallel-option' # rubocop: disable Cop/GemFetcher
gem 'pry-byebug', '~> 3.5.1', platform: :mri
gem 'capybara', '~> 2.16.1'
gem 'capybara-screenshot', '~> 1.0.18'