Enabling udp_transport_unittests for TSAN

BUG=536
TEST=Tested running the test within TSAN on Linux.

Review URL: https://webrtc-codereview.appspot.com/591004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2298 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org 2012-05-25 09:45:33 +00:00
parent 10d3b5239b
commit 21c5bda17c

View File

@ -124,7 +124,6 @@ TSAN_DISABLED_TESTS = [
'audio_coding_module_test', # Issue 283
'audioproc_unittest', # Issue 299
'system_wrappers_unittests', # Issue 300
'udp_transport_unittests', # Issue 536
'video_processing_unittests', # Issue 303
'test_fec', # Too slow for TSAN
]