Skip to content

Commit

Permalink
[tests] Skip flaky TestWatchNoLeader (#3106)
Browse files Browse the repository at this point in the history
  • Loading branch information
linasm authored Jan 20, 2021
1 parent a8e1368 commit 24cbe1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cluster/etcd/watchmanager/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ func TestWatchRecreate(t *testing.T) {
}

func TestWatchNoLeader(t *testing.T) {
t.Skip("flaky, started to fail very consistently on CI")
const (
watchInitAndRetryDelay = 200 * time.Millisecond
watchCheckInterval = 50 * time.Millisecond
Expand Down

0 comments on commit 24cbe1c

Please sign in to comment.