summaryrefslogtreecommitdiff
path: root/spec/lib
diff options
context:
space:
mode:
authorSanad Liaquat <sliaquat@gitlab.com>2019-04-09 10:04:03 +0000
committerSean McGivern <sean@gitlab.com>2019-04-09 10:04:03 +0000
commit0991dc8c823cdc04ec1e298651b45f7a9cf8f82a (patch)
tree5a8b6c84f9e62096a975c9b83d770a4f5eceac1a /spec/lib
parent089b9e572c47fb9239e2516f6b1e66a890b90619 (diff)
downloadgitlab-ce-0991dc8c823cdc04ec1e298651b45f7a9cf8f82a.tar.gz
Reduce number of rspec retries
In both e2e QA tests and unit tests, reduce the number of retires to 2 (i.e., 1 initial and one retry)
Diffstat (limited to 'spec/lib')
-rw-r--r--spec/lib/gitlab/ci/yaml_processor_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/ci/yaml_processor_spec.rb b/spec/lib/gitlab/ci/yaml_processor_spec.rb
index 8b39c4e4dd0..b7b30e60d44 100644
--- a/spec/lib/gitlab/ci/yaml_processor_spec.rb
+++ b/spec/lib/gitlab/ci/yaml_processor_spec.rb
@@ -615,7 +615,7 @@ module Gitlab
subject { Gitlab::Ci::YamlProcessor.new(YAML.dump(config), opts) }
context "when validating a ci config file with no project context" do
- context "when a single string is provided" do
+ context "when a single string is provided", :quarantine do
let(:include_content) { "/local.gitlab-ci.yml" }
it "does not return any error" do