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

Unified Diff: trunk/src/chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc

Issue 60183003: Revert 230721 "Disable AppRTC test on win until we can figure ou..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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: trunk/src/chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc
===================================================================
--- trunk/src/chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc (revision 232993)
+++ trunk/src/chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc (working copy)
@@ -119,13 +119,7 @@
base::ProcessHandle dev_appserver_;
};
-#if defined(OS_WIN)
-#define MAYBE_MANUAL_WorksOnApprtc DISABLED_MANUAL_WorksOnApprtc
-#else
-#define MAYBE_MANUAL_WorksOnApprtc MANUAL_WorksOnApprtc
-#endif
-
-IN_PROC_BROWSER_TEST_F(WebrtcApprtcBrowserTest, MAYBE_MANUAL_WorksOnApprtc) {
+IN_PROC_BROWSER_TEST_F(WebrtcApprtcBrowserTest, MANUAL_WorksOnApprtc) {
ASSERT_TRUE(LaunchApprtcInstanceOnLocalhost());
while (!LocalApprtcInstanceIsUp())
LOG(INFO) << "Waiting for AppRTC to come up...";
« 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