Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Unified Diff: appengine/cmd/dm/deps/walk_graph_test.go

Issue 2076263002: Disable flaky test. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698