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

Unified Diff: chrome/browser/extensions/webrtc_cast_apitest.cc

Issue 59383007: Disable WebrtcCastApiTEst.Basics (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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: chrome/browser/extensions/webrtc_cast_apitest.cc
diff --git a/chrome/browser/extensions/webrtc_cast_apitest.cc b/chrome/browser/extensions/webrtc_cast_apitest.cc
index 6a6b6a9a6ee5f20b45b942af09597b003ee941ff..3a4b5e05099d380903b828d6fabd577df9c44735 100644
--- a/chrome/browser/extensions/webrtc_cast_apitest.cc
+++ b/chrome/browser/extensions/webrtc_cast_apitest.cc
@@ -12,7 +12,10 @@ class WebrtcCastApiTest : public ExtensionApiTest {
// Test running the test extension for Cast Mirroring API.
IN_PROC_BROWSER_TEST_F(WebrtcCastApiTest, DISABLED_Basics) {
- ASSERT_TRUE(RunExtensionSubtest("webrtc_cast", "basics.html"));
+ // TODO(hclam): See crbug.com/314971 for details.
+ // This test is failing on Win7 only and is still being executed
+ // even the test is disabled. Investigate and fix it.
+ // ASSERT_TRUE(RunExtensionSubtest("webrtc_cast", "basics.html"));
}
} // namespace extensions
« 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