Commit 6f5517f5 authored by grunell@chromium.org's avatar grunell@chromium.org

Re-enable WebRtcDisableEncryptionFlagBrowserTest on main waterfall.

Remove MANUAL_ prefix.

Dependency on peerconnection_server has been removed so this test can be enabled again.

BUG=None

Review URL: https://codereview.chromium.org/283773002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270114 0039d316-1c4b-4281-b951-d872f2087c98
parent d2f7bd96
......@@ -48,11 +48,8 @@ class WebRtcDisableEncryptionFlagBrowserTest : public WebRtcTestBase {
};
// Makes a call and checks that there's encryption or not in the SDP offer.
// TODO(phoglund): this is unreliable on non-webrtc bots because its peer
// connection server could clash with other tests running in parallel,
// therefore only running manually. http://crbug.com/358207.
IN_PROC_BROWSER_TEST_F(WebRtcDisableEncryptionFlagBrowserTest,
MANUAL_VerifyEncryption) {
VerifyEncryption) {
// Flaky timeout on a webrtc Win XP bot. http://crbug.com/368163.
#if defined (OS_WIN)
if (base::win::GetVersion() < base::win::VERSION_VISTA)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment