Skip to content

Commit

Permalink
Cherry-pick #20361 to 7.x: Skip TestDockerStart (#20381)
Browse files Browse the repository at this point in the history
(cherry picked from commit 936f005)
  • Loading branch information
Steffen Siering authored Aug 3, 2020
1 parent 0ac6989 commit fb108ad
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ import (

// Test docker start emits an autodiscover event
func TestDockerStart(t *testing.T) {
t.Skip("#20360 Flaky TestDockerStart skipped")

log := logp.NewLogger("docker")

d, err := dk.NewClient()
Expand Down

0 comments on commit fb108ad

Please sign in to comment.