From 1a8240c32a14a31b1417b6e06f511f2a16d81b19 Mon Sep 17 00:00:00 2001 From: Henrik Lundin Date: Thu, 29 Oct 2015 09:28:21 +0100 Subject: [PATCH] Disable P2PTransport...TestFailoverControlledSide on Memcheck The test is flaky on the bot. BUG=webrtc:5136 TBR=kjellander@webrtc.org NOTRY=true Review URL: https://codereview.webrtc.org/1426003003 . Cr-Commit-Position: refs/heads/master@{#10441} --- .../gtest_exclude/rtc_unittests.gtest-memcheck.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/valgrind-webrtc/gtest_exclude/rtc_unittests.gtest-memcheck.txt b/tools/valgrind-webrtc/gtest_exclude/rtc_unittests.gtest-memcheck.txt index 72a0c29442..092bd2843c 100644 --- a/tools/valgrind-webrtc/gtest_exclude/rtc_unittests.gtest-memcheck.txt +++ b/tools/valgrind-webrtc/gtest_exclude/rtc_unittests.gtest-memcheck.txt @@ -14,3 +14,5 @@ P2PTransportChannelMultihomedTest.TestDrain PortAllocatorTest.TestDisableAllPorts PortAllocatorTest.TestGetAllPortsNoUdpSockets PortAllocatorTest.TestGetAllPortsNoUdpSocketsNoTcpListen +# Flaky; WebRTC issue 5136 +P2PTransportChannelMultihomedTest.TestFailoverControlledSide