From 082be9e4ec4c3c9510f1e2085d3b9226b313068a Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Tue, 10 Mar 2020 10:20:00 +0100 Subject: [PATCH] Skip flaky docker watcher tests --- libbeat/common/docker/watcher_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libbeat/common/docker/watcher_test.go b/libbeat/common/docker/watcher_test.go index a7fb9ca73fb..ec53fbdeb73 100644 --- a/libbeat/common/docker/watcher_test.go +++ b/libbeat/common/docker/watcher_test.go @@ -358,6 +358,8 @@ func TestWatcherUpdateEventShortID(t *testing.T) { } func TestWatcherDie(t *testing.T) { + t.Skip("flaky test: https://github.com/elastic/beats/issues/7906") + watcher := runWatcher(t, false, [][]types.Container{ []types.Container{ @@ -402,6 +404,8 @@ func TestWatcherDie(t *testing.T) { } func TestWatcherDieShortID(t *testing.T) { + t.Skip("flaky test: https://github.com/elastic/beats/issues/7906") + watcher := runWatcherShortID(t, false, [][]types.Container{ []types.Container{