| 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",
|
|
|