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:
@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user