From 7b8fe7d113e18c5715127b317b646d81583350c6 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Tue, 16 Aug 2016 19:38:36 +0700 Subject: [PATCH] disable flaky drop test ref #291 --- integrationtests/drop_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrationtests/drop_test.go b/integrationtests/drop_test.go index da4f7403..49558c4e 100644 --- a/integrationtests/drop_test.go +++ b/integrationtests/drop_test.go @@ -19,7 +19,7 @@ import ( . "github.com/onsi/gomega/gexec" ) -var _ = Describe("Drop Proxy", func() { +var _ = PDescribe("Drop Proxy", func() { BeforeEach(func() { dataMan.GenerateData(dataLen) })