From c9fb516efc3df95350d4b5e9722a16f3a5c4f24f Mon Sep 17 00:00:00 2001 From: Lucas Clemente Date: Tue, 2 Aug 2016 10:10:41 +0200 Subject: [PATCH] set proxy tests to pending see #238 --- integrationtests/proxy/udp_proxy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrationtests/proxy/udp_proxy_test.go b/integrationtests/proxy/udp_proxy_test.go index 4ef5c4574..3728a962f 100644 --- a/integrationtests/proxy/udp_proxy_test.go +++ b/integrationtests/proxy/udp_proxy_test.go @@ -11,7 +11,7 @@ import ( type packetData []byte -var _ = Describe("UDP Proxy", func() { +var _ = PDescribe("UDP Proxy", func() { var serverPort int BeforeEach(func() {