From 6fcafc25b566440a1acc91bb8eb4367f535eca88 Mon Sep 17 00:00:00 2001 From: Lucas Clemente Date: Sun, 14 Aug 2016 15:54:48 +0200 Subject: [PATCH] re-enable drop tests --- 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 49558c4e8..da4f74032 100644 --- a/integrationtests/drop_test.go +++ b/integrationtests/drop_test.go @@ -19,7 +19,7 @@ import ( . "github.com/onsi/gomega/gexec" ) -var _ = PDescribe("Drop Proxy", func() { +var _ = Describe("Drop Proxy", func() { BeforeEach(func() { dataMan.GenerateData(dataLen) })