disable MacAsyncSocketTest::TestConnectFailIPv6

BUG=webrtc:4738
R=kjellander@webrtc.org
TBR=tommi@webrtc.org

Review URL: https://codereview.webrtc.org/1179983003

Cr-Commit-Position: refs/heads/master@{#9439}
This commit is contained in:
Minyue
2015-06-15 16:03:46 +02:00
parent d10cd97ad3
commit 524f78456c

View File

@ -123,7 +123,8 @@ TEST_F(MacAsyncSocketTest, DISABLED_TestConnectFailIPv4) {
SocketTest::TestConnectFailIPv4();
}
TEST_F(MacAsyncSocketTest, TestConnectFailIPv6) {
// Flaky. See webrtc:4738.
TEST_F(MacAsyncSocketTest, DISABLED_TestConnectFailIPv6) {
SocketTest::TestConnectFailIPv6();
}