mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Disable dlq integration tests due to multiple intermittent failures
Fixes #11244
This commit is contained in:
parent
331e8678c1
commit
e22868db52
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue