We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d258c8 commit 895f55fCopy full SHA for 895f55f
1 file changed
filebeat/input/filestream/input_integration_test.go
@@ -80,6 +80,8 @@ func TestFilestreamCloseRenamed(t *testing.T) {
80
}
81
82
func TestFilestreamMetadataUpdatedOnRename(t *testing.T) {
83
+ t.Skip("Flaky test: https://github.com/elastic/beats/issues/26608")
84
+
85
if runtime.GOOS == "windows" {
86
t.Skip("renaming files while Filebeat is running is not supported on Windows")
87
0 commit comments