| Index: remoting/protocol/connection_unittest.cc
|
| diff --git a/remoting/protocol/connection_unittest.cc b/remoting/protocol/connection_unittest.cc
|
| index 1794f2fdc448ebf863344324c2a3349a0d7f886c..c35278315b397cf2497a4bd4aaa0f2940765f136 100644
|
| --- a/remoting/protocol/connection_unittest.cc
|
| +++ b/remoting/protocol/connection_unittest.cc
|
| @@ -635,6 +635,8 @@ 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();
|
|
|
| @@ -667,6 +669,7 @@ TEST_P(ConnectionTest, FirstCaptureFailed) {
|
| EXPECT_EQ(event_timestamp, stats.host_stats.latest_event_timestamp);
|
| }
|
| }
|
| +#endif
|
|
|
| TEST_P(ConnectionTest, SecondCaptureFailed) {
|
| Connect();
|
|
|