From 0e1b2290136184945bfa923ecf4d708b24de085c Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 8 Jun 2015 14:32:08 -0700 Subject: [PATCH] Disable TestGetAllPortsNoUdpSocketsNoTcpListen on valgrind memcheck. Disable due to flakiness. BUG=webrtc:4743 TBR=kjellander@webrtc.org Review URL: https://codereview.webrtc.org/1170763004 Cr-Commit-Position: refs/heads/master@{#9395} --- .../gtest_exclude/rtc_unittests.gtest-memcheck.txt | 1 + 1 file changed, 1 insertion(+) 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 3130e1d406..72a0c29442 100644 --- a/tools/valgrind-webrtc/gtest_exclude/rtc_unittests.gtest-memcheck.txt +++ b/tools/valgrind-webrtc/gtest_exclude/rtc_unittests.gtest-memcheck.txt @@ -13,3 +13,4 @@ P2PTransportChannelMultihomedTest.TestDrain # Issue 4743 PortAllocatorTest.TestDisableAllPorts PortAllocatorTest.TestGetAllPortsNoUdpSockets +PortAllocatorTest.TestGetAllPortsNoUdpSocketsNoTcpListen