re-enable drop tests

This commit is contained in:
Lucas Clemente
2016-08-16 16:07:42 +02:00
parent baaf7027ae
commit c640a05474

View File

@@ -19,7 +19,7 @@ import (
. "github.com/onsi/gomega/gexec" . "github.com/onsi/gomega/gexec"
) )
var _ = PDescribe("Drop Proxy", func() { var _ = Describe("Drop Proxy", func() {
BeforeEach(func() { BeforeEach(func() {
dataMan.GenerateData(dataLen) dataMan.GenerateData(dataLen)
}) })