| Index: remoting/protocol/connection_unittest.cc
|
| diff --git a/remoting/protocol/connection_unittest.cc b/remoting/protocol/connection_unittest.cc
|
| index c35278315b397cf2497a4bd4aaa0f2940765f136..1794f2fdc448ebf863344324c2a3349a0d7f886c 100644
|
| --- a/remoting/protocol/connection_unittest.cc
|
| +++ b/remoting/protocol/connection_unittest.cc
|
| @@ -635,8 +635,6 @@ TEST_P(ConnectionTest, Audio) {
|
| client_audio_player_.Verify();
|
| }
|
|
|
| -#if !defined(MEMORY_SANITIZER)
|
| -// Test fails under msan, https://crbug.com/697178
|
| TEST_P(ConnectionTest, FirstCaptureFailed) {
|
| Connect();
|
|
|
| @@ -669,7 +667,6 @@ TEST_P(ConnectionTest, FirstCaptureFailed) {
|
| EXPECT_EQ(event_timestamp, stats.host_stats.latest_event_timestamp);
|
| }
|
| }
|
| -#endif
|
|
|
| TEST_P(ConnectionTest, SecondCaptureFailed) {
|
| Connect();
|
|
|