mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
Re-enabling test because bugs.webrtc.org/6437 is fixed.
Bug: webrtc:6437 Change-Id: I52bda8f75df0ce5ad851de00ebad88766f00154c No-Try: True Reviewed-on: https://webrtc-review.googlesource.com/9162 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Magnus Jedvert <magjed@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20286}
This commit is contained in:
parent
b3944f021d
commit
6b4c21cbc5
1 changed files with 1 additions and 5 deletions
|
@ -97,11 +97,7 @@ public class TCPChannelClientTest {
|
|||
verify(clientEvents, timeout(CONNECT_TIMEOUT)).onTCPConnected(false);
|
||||
}
|
||||
|
||||
// @Test
|
||||
// Disabled because it fails when IPv6 is not supported on the bot.
|
||||
// TODO(ehmaldonado): Enable when bugs.webrtc.org/6437 is fixed.
|
||||
@DisabledTest
|
||||
@SuppressWarnings("JUnit4TestNotRun")
|
||||
@Test
|
||||
public void testConnectIPv6() {
|
||||
setUpIPv6Server();
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue