| Index: appengine/cmd/dm/deps/walk_graph_test.go
|
| diff --git a/appengine/cmd/dm/deps/walk_graph_test.go b/appengine/cmd/dm/deps/walk_graph_test.go
|
| index acd70a2f766041e2ae7a27cc875c29d6dcb2c0c5..4b565b63dfeaf2560186c13f71bb453d3763f08f 100644
|
| --- a/appengine/cmd/dm/deps/walk_graph_test.go
|
| +++ b/appengine/cmd/dm/deps/walk_graph_test.go
|
| @@ -395,7 +395,9 @@ func TestWalkGraph(t *testing.T) {
|
|
|
| })
|
|
|
| - Convey("early stop", func() {
|
| + // This is disabled beacuse it was flaky.
|
| + // BUG: crbug.com/621170
|
| + SkipConvey("early stop", func() {
|
| req.Limit.MaxDepth = 100
|
| req.Limit.MaxTime = google_pb.NewDuration(time.Nanosecond)
|
| tc := clock.Get(c).(testclock.TestClock)
|
|
|