Commit 029cd7c7 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'quarantine-import-ndjson-reader-spec' into 'master'

Quarantine flaky ndjson reader spec

See merge request gitlab-org/gitlab!29413
parents 445ad717 175fa275
......@@ -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 }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment