Some tests were not disabled correctly as it should be DISABLED_* not DISABLE_*.
TBR=wu@webrtc.org BUG=N/A Review URL: https://webrtc-codereview.appspot.com/2095005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4602 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
74fa4893f9
commit
c0b1a280ab
@ -1095,7 +1095,7 @@ TEST_F(JsepPeerConnectionP2PTestClient, LocalP2PTestAnswerVideo) {
|
||||
|
||||
// This test sets up a Jsep call between two parties, and the callee only
|
||||
// accept to receive audio.
|
||||
TEST_F(JsepPeerConnectionP2PTestClient, DISABLE_LocalP2PTestAnswerAudio) {
|
||||
TEST_F(JsepPeerConnectionP2PTestClient, DISABLED_LocalP2PTestAnswerAudio) {
|
||||
ASSERT_TRUE(CreateTestClients());
|
||||
receiving_client()->SetReceiveAudioVideo(true, false);
|
||||
LocalP2PTest();
|
||||
|
@ -132,7 +132,7 @@ TEST_F(MacAsyncSocketTest, TestConnectWithDnsLookupIPv6) {
|
||||
SocketTest::TestConnectWithDnsLookupIPv6();
|
||||
}
|
||||
|
||||
TEST_F(MacAsyncSocketTest, DISABLE_TestConnectFailIPv4) {
|
||||
TEST_F(MacAsyncSocketTest, DISABLED_TestConnectFailIPv4) {
|
||||
SocketTest::TestConnectFailIPv4();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user