diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-13 18:09:35 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-13 18:09:35 +0000 |
commit | 6ce0f44c6b2c2af48c7ef4fef97913d054088deb (patch) | |
tree | f2c44edcf88c3bafea5e25229888911e0900675b /spec/lib | |
parent | b77fb04678a4e76d025048e9846adc2ac709414a (diff) | |
download | gitlab-ce-6ce0f44c6b2c2af48c7ef4fef97913d054088deb.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/lib')
-rw-r--r-- | spec/lib/gitlab/import_export/json/ndjson_reader_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/import_export/json/ndjson_reader_spec.rb b/spec/lib/gitlab/import_export/json/ndjson_reader_spec.rb index 40b784fdb87..85e3bc14cdc 100644 --- a/spec/lib/gitlab/import_export/json/ndjson_reader_spec.rb +++ b/spec/lib/gitlab/import_export/json/ndjson_reader_spec.rb @@ -21,7 +21,7 @@ describe Gitlab::ImportExport::JSON::NdjsonReader do describe '#exist?' do subject { ndjson_reader.exist? } - context 'given valid dir_path' do + context 'given valid dir_path', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/213843' do let(:dir_path) { fixture } it { is_expected.to be true } |