Commit 8ac49d0d authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

Disable TestMessageEndToEndWithRealSSL

Flakiness dashboard shows that it has been flaky for a while:
https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=components_unittests&tests=SslCastSocketTest.TestMessageEndToEndWithRealSSL

TBR=wjmaclean@chromium.org
NOTRY=true

Bug: 874491
Change-Id: I5c0fe9656f3c9e74d21660db6430899e4824c6d5
Reviewed-on: https://chromium-review.googlesource.com/1176170Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583316}
parent 82215461
...@@ -1026,7 +1026,7 @@ TEST_F(SslCastSocketTest, MAYBE_TestConnectEndToEndWithRealSSL) { ...@@ -1026,7 +1026,7 @@ TEST_F(SslCastSocketTest, MAYBE_TestConnectEndToEndWithRealSSL) {
// Sends message data through an actual non-mocked CastTransport object and // Sends message data through an actual non-mocked CastTransport object and
// non-mocked SSLClientSocket, testing the components in integration. // non-mocked SSLClientSocket, testing the components in integration.
TEST_F(SslCastSocketTest, TestMessageEndToEndWithRealSSL) { TEST_F(SslCastSocketTest, DISABLED_TestMessageEndToEndWithRealSSL) {
CreateSockets(); CreateSockets();
ConnectSockets(); ConnectSockets();
......
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