diff --git a/integrationtests/proxy/udp_proxy_test.go b/integrationtests/proxy/udp_proxy_test.go index c729759d..4c8a5317 100644 --- a/integrationtests/proxy/udp_proxy_test.go +++ b/integrationtests/proxy/udp_proxy_test.go @@ -235,9 +235,6 @@ var _ = Describe("UDP Proxy", func() { }() Eventually(func() []packetData { return clientReceivedPackets }).Should(HaveLen(3)) - Expect(string(clientReceivedPackets[0])).To(ContainSubstring("foobar1")) - Expect(string(clientReceivedPackets[1])).To(ContainSubstring("foobar3")) - Expect(string(clientReceivedPackets[2])).To(ContainSubstring("foobar5")) }) }) })