| Index: net/spdy/spdy_session_unittest.cc
|
| diff --git a/net/spdy/spdy_session_unittest.cc b/net/spdy/spdy_session_unittest.cc
|
| index 1fa5f2e92c4b0a18d5624e395b0cf0f9d8178525..526f7bb8a227d7592b878c058d69315c5734142e 100644
|
| --- a/net/spdy/spdy_session_unittest.cc
|
| +++ b/net/spdy/spdy_session_unittest.cc
|
| @@ -2375,7 +2375,7 @@ TEST_P(SpdySessionTest, CloseActivatedStreamThatClosesSession) {
|
| EXPECT_TRUE(session == NULL);
|
| }
|
|
|
| -TEST_P(SpdySessionTest, DISABLED_VerifyDomainAuthentication) {
|
| +TEST_P(SpdySessionTest, VerifyDomainAuthentication) {
|
| session_deps_.host_resolver->set_synchronous_mode(true);
|
|
|
| MockConnect connect_data(SYNCHRONOUS, OK);
|
| @@ -2417,8 +2417,7 @@ TEST_P(SpdySessionTest, DISABLED_VerifyDomainAuthentication) {
|
| EXPECT_FALSE(session->VerifyDomainAuthentication("mail.google.com"));
|
| }
|
|
|
| -// TODO(rch): re-enable this.
|
| -TEST_P(SpdySessionTest, DISABLED_ConnectionPooledWithTlsChannelId) {
|
| +TEST_P(SpdySessionTest, ConnectionPooledWithTlsChannelId) {
|
| session_deps_.host_resolver->set_synchronous_mode(true);
|
|
|
| MockConnect connect_data(SYNCHRONOUS, OK);
|
|
|