Commit 175fa275 authored by Kyle Wiebers's avatar Kyle Wiebers

Quarantine flaky ndjson reader spec

parent 42b222c4
......@@ -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