Disabled UnremovedSocketsGetCollectedAtManagerDeletion in UdpSocketManager unittest.
TBR= hta@webrtc.org Review URL: https://webrtc-codereview.appspot.com/520004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2122 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
1c7bfe02f7
commit
1868780c81
@ -50,7 +50,7 @@ TEST(UdpSocketManager, AddAndRemoveSocketDoesNotLeakMemory) {
|
||||
// Creates a socket and add it to the socket manager, but does not remove it
|
||||
// before destroying the socket manager.
|
||||
// This should also destroy the socket.
|
||||
TEST(UdpSocketManager, UnremovedSocketsGetCollectedAtManagerDeletion) {
|
||||
TEST(UdpSocketManager, DISABLED_UnremovedSocketsGetCollectedAtManagerDeletion) {
|
||||
WebRtc_Word32 id = 42;
|
||||
WebRtc_UWord8 threads = 1;
|
||||
webrtc::UdpSocketManager* mgr = webrtc::UdpSocketManager::Create(id, threads);
|
||||
|
Loading…
Reference in New Issue
Block a user