base: disabled several base tests on Mac so that rtc_unittests can be turned back on
BUG=N/A R=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/30449004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7240 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
|
||||
#include "webrtc/base/gunit.h"
|
||||
#include "webrtc/base/nullsocketserver.h"
|
||||
#include "webrtc/test/testsupport/gtest_disable.h"
|
||||
|
||||
namespace rtc {
|
||||
|
||||
@ -27,7 +28,7 @@ class NullSocketServerTest
|
||||
NullSocketServer ss_;
|
||||
};
|
||||
|
||||
TEST_F(NullSocketServerTest, WaitAndSet) {
|
||||
TEST_F(NullSocketServerTest, DISABLED_ON_MAC(WaitAndSet)) {
|
||||
Thread thread;
|
||||
EXPECT_TRUE(thread.Start());
|
||||
thread.Post(this, 0);
|
||||
|
||||
Reference in New Issue
Block a user