set known flaky tests to pending

ref #262, #261
This commit is contained in:
Lucas Clemente
2016-08-06 15:00:16 +02:00
parent 07e7a85ae1
commit 2f94a44b24
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ import (
. "github.com/onsi/gomega/gexec"
)
var _ = Describe("Drop Proxy", func() {
var _ = PDescribe("Drop Proxy", func() {
var dropproxy *proxy.UDPProxy
runDropTest := func(incomingPacketDropper, outgoingPacketDropper proxy.DropCallback, version protocol.VersionNumber) {