Commit cd877c58 authored by dcheng's avatar dcheng Committed by Commit bot

Disable flaky Ice/ConnectionTest.* tests.

BUG=573366
TBR=sergeyu@chromium.org

Review URL: https://codereview.chromium.org/1559683002

Cr-Commit-Position: refs/heads/master@{#367237}
parent 7c133ccb
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment