Disable dlq integration tests due to multiple intermittent failures

Fixes #11244
This commit is contained in:
João Duarte 2019-10-18 12:22:03 +01:00 committed by João Duarte
parent 331e8678c1
commit e22868db52

View file

@ -39,7 +39,7 @@ describe "Test Dead Letter Queue" do
let!(:settings_dir) { Stud::Temporary.directory }
shared_examples_for "it can send 1000 documents to and index from the dlq" do
it 'should index all documents' do
xit 'should index all documents' do
es_service = @fixture.get_service("elasticsearch")
es_client = es_service.get_client
# test if all data was indexed by ES, but first refresh manually