From c00311d0885ac119565b07b3d288a961f982e830 Mon Sep 17 00:00:00 2001 From: Andrew Kroh Date: Thu, 22 Apr 2021 03:44:35 -0400 Subject: [PATCH] Skip flaky test TestFilestreamTruncate (#25218) Related: #25217 (cherry picked from commit 7e1d9e4db74dfd99ef908fe1fb4c22c66890ee47) --- 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 ab9ed187bd73..f15cb66ae5e6 100644 --- a/filebeat/input/filestream/input_integration_test.go +++ b/filebeat/input/filestream/input_integration_test.go @@ -860,6 +860,8 @@ func TestFilestreamSymlinkRemoved(t *testing.T) { // test_truncate from test_harvester.py func TestFilestreamTruncate(t *testing.T) { + t.Skip("Flaky test: https://github.com/elastic/beats/issues/25217") + env := newInputTestingEnvironment(t) testlogName := "test.log"