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{