Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6983)

Unified Diff: chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc

Issue 283773002: Re-enable WebRtcDisableEncryptionFlagBrowserTest on main waterfall (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc
diff --git a/chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc b/chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc
index 49e59a3499cdce4d01604d469fee6507cba43f59..130d42e900de11d3d872a81a3af82ca104d2c804 100644
--- a/chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc
+++ b/chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc
@@ -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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698