re-enable drop tests

This commit is contained in:
Lucas Clemente
2016-08-14 15:54:48 +02:00
parent 1713d38576
commit 6fcafc25b5

View File

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