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

Unified Diff: go/src/infra/monitoring/proxy/main_test.go

Issue 1886933002: Skip the flaky monitoring proxy test. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Updated coverage expectation Created 4 years, 8 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 | go/src/infra/monitoring/proxy/proxy.infra_testing » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/monitoring/proxy/main_test.go
diff --git a/go/src/infra/monitoring/proxy/main_test.go b/go/src/infra/monitoring/proxy/main_test.go
index 56f3989fe09736307accd3aacf3eb966a5f006a8..598ad7654afbff35a4a4999497dbd0e82410111e 100644
--- a/go/src/infra/monitoring/proxy/main_test.go
+++ b/go/src/infra/monitoring/proxy/main_test.go
@@ -43,7 +43,7 @@ func TestMain(t *testing.T) {
return &retry.Limited{}
})
- Convey(`An application using testing stubs`, t, func() {
+ SkipConvey(`An application using testing stubs`, t, func() {
config := config{
pubsub: pubsubConfig{
project: "test-project",
« no previous file with comments | « no previous file | go/src/infra/monitoring/proxy/proxy.infra_testing » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698