Skip to content

Commit

Permalink
Skip flaky docker watcher tests (#16918)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano committed Mar 10, 2020
1 parent b3d86d5 commit 7b2451d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libbeat/common/docker/watcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down Expand Up @@ -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{
Expand Down

0 comments on commit 7b2451d

Please sign in to comment.