| Index: talk/app/webrtc/peerconnectionendtoend_unittest.cc
|
| diff --git a/talk/app/webrtc/peerconnectionendtoend_unittest.cc b/talk/app/webrtc/peerconnectionendtoend_unittest.cc
|
| index 7da7cc81398e02ac7c0bb60ee2155333ba98451a..7773a262002e215c1319681561da73e3225ef1ec 100644
|
| --- a/talk/app/webrtc/peerconnectionendtoend_unittest.cc
|
| +++ b/talk/app/webrtc/peerconnectionendtoend_unittest.cc
|
| @@ -268,10 +268,6 @@ class PeerConnectionEndToEndTest
|
| DataChannelList callee_signaled_data_channels_;
|
| };
|
|
|
| -// Disable for TSan v2, see
|
| -// https://code.google.com/p/webrtc/issues/detail?id=1205 for details.
|
| -#if !defined(THREAD_SANITIZER)
|
| -
|
| // Flaky on Windows. Disabled per issue 4464.
|
| #ifdef WEBRTC_WIN
|
| #define MAYBE_Call DISABLED_Call
|
| @@ -427,4 +423,3 @@ TEST_F(PeerConnectionEndToEndTest,
|
| EXPECT_EQ(1U, dc_1_observer->received_message_count());
|
| EXPECT_EQ(1U, dc_2_observer->received_message_count());
|
| }
|
| -#endif // if !defined(THREAD_SANITIZER)
|
|
|