diff options
author | Sanad Liaquat <sliaquat@gitlab.com> | 2019-04-09 10:04:03 +0000 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2019-04-09 10:04:03 +0000 |
commit | 0991dc8c823cdc04ec1e298651b45f7a9cf8f82a (patch) | |
tree | 5a8b6c84f9e62096a975c9b83d770a4f5eceac1a /spec/lib | |
parent | 089b9e572c47fb9239e2516f6b1e66a890b90619 (diff) | |
download | gitlab-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.rb | 2 |
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 |