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) })