From cb1d315d0a86ab11f99e88a3460fa83e53c79989 Mon Sep 17 00:00:00 2001 From: Mariana Dima Date: Wed, 25 Aug 2021 17:01:11 +0200 Subject: [PATCH] Skip Flaky Tests (#27590) * skip tests * issue --- filebeat/input/filestream/input_integration_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/filebeat/input/filestream/input_integration_test.go b/filebeat/input/filestream/input_integration_test.go index a2e64ee9feca..cfbbb8085a89 100644 --- a/filebeat/input/filestream/input_integration_test.go +++ b/filebeat/input/filestream/input_integration_test.go @@ -196,6 +196,7 @@ func TestFilestreamCloseEOF(t *testing.T) { // test_empty_lines from test_harvester.py func TestFilestreamEmptyLine(t *testing.T) { + t.Skip("Flaky test https://github.com/elastic/beats/issues/27585") env := newInputTestingEnvironment(t) testlogName := "test.log" @@ -693,6 +694,7 @@ func TestFilestreamTruncateCheckOffset(t *testing.T) { } func TestFilestreamTruncateBlockedOutput(t *testing.T) { + t.Skip("Flaky test https://github.com/elastic/beats/issues/27085") env := newInputTestingEnvironment(t) env.pipeline = &mockPipelineConnector{blocking: true}