diff options
author | phoglund@chromium.org <phoglund@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-08 22:57:01 +0000 |
---|---|---|
committer | phoglund@chromium.org <phoglund@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-08 22:57:01 +0000 |
commit | 3db0ab705a0625c1d09c76a8e7c6c575dbf5370c (patch) | |
tree | ef989909f047cf6f3156e5315a75626eb84ab92a /build | |
parent | 2e25df2afb7e9d8641b6b5fc88711762158cbbff (diff) | |
download | chromium_src-3db0ab705a0625c1d09c76a8e7c6c575dbf5370c.zip chromium_src-3db0ab705a0625c1d09c76a8e7c6c575dbf5370c.tar.gz chromium_src-3db0ab705a0625c1d09c76a8e7c6c575dbf5370c.tar.bz2 |
Fixing WebRTC AEC dump tests on Android, disabling DTMF test.
Seems the DTMF test didn't work well after all, when running with Opus.
The AEC tests were broken because they didn't force iSAC.
BUG=181069,332016
Review URL: https://codereview.chromium.org/128353002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243685 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/android/pylib/gtest/filter/content_browsertests_disabled | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/android/pylib/gtest/filter/content_browsertests_disabled b/build/android/pylib/gtest/filter/content_browsertests_disabled index 22c6d54..766a845 100644 --- a/build/android/pylib/gtest/filter/content_browsertests_disabled +++ b/build/android/pylib/gtest/filter/content_browsertests_disabled @@ -71,6 +71,7 @@ WebrtcBrowserTest.CanSetupLegacyCall WebrtcBrowserTest.CallWithDataOnly WebrtcBrowserTest.CallWithDataAndMedia WebrtcBrowserTest.CanMakeEmptyCallThenAddStreamsAndRenegotiate +WebrtcBrowserTest.MANUAL_CanSetupCallAndSendDtmf WebRTCInternalsBrowserTest.WithRealPeerConnectionCall WebRTCInternalsBrowserTest.NegotiateUnsupportedVideoCodec WebRTCInternalsBrowserTest.NegotiateNonCryptoCall |