disable flaky drop test

ref #291
This commit is contained in:
Marten Seemann
2016-08-16 19:38:36 +07:00
parent a4dcf5efd7
commit 7b8fe7d113

View File

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