| Index: remoting/protocol/connection_unittest.cc
|
| diff --git a/remoting/protocol/connection_unittest.cc b/remoting/protocol/connection_unittest.cc
|
| index 12e94f820ea26a4f47586ff627b83b55d1fcedf7..b5be84980c552bf9da49103f79550ed63e1a5958 100644
|
| --- a/remoting/protocol/connection_unittest.cc
|
| +++ b/remoting/protocol/connection_unittest.cc
|
| @@ -177,7 +177,9 @@ class ConnectionTest : public testing::Test,
|
| DISALLOW_COPY_AND_ASSIGN(ConnectionTest);
|
| };
|
|
|
| -INSTANTIATE_TEST_CASE_P(Ice, ConnectionTest, ::testing::Values(false));
|
| +// TODO(sergeyu): Disabled due to failures on Vista bots. See
|
| +// https://crbug.com/573366.
|
| +// INSTANTIATE_TEST_CASE_P(Ice, ConnectionTest, ::testing::Values(false));
|
| INSTANTIATE_TEST_CASE_P(Webrtc, ConnectionTest, ::testing::Values(true));
|
|
|
| TEST_P(ConnectionTest, RejectConnection) {
|
|
|