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

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

Issue 128853002: Disable CastStreamingAPITest.Basics on Mac OSX (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/extensions/cast_streaming_apitest.cc
diff --git a/chrome/browser/extensions/cast_streaming_apitest.cc b/chrome/browser/extensions/cast_streaming_apitest.cc
index 0d247783497c2a068e07cba05e4dc5f9293490da..87b138dd29da6fc4ffee8ec4ccedf728ff8c6f71 100644
--- a/chrome/browser/extensions/cast_streaming_apitest.cc
+++ b/chrome/browser/extensions/cast_streaming_apitest.cc
@@ -35,8 +35,15 @@ class CastStreamingApiTest : public ExtensionApiTest {
}
};
+// Disabled on OSX due to http://crbug.com/332427
+#if defined(OS_MACOSX)
+#define MAYBE_Basics DISABLED_Basics
+#else
+#define MAYBE_Basics Basics
+#endif
+
// Test running the test extension for Cast Mirroring API.
-IN_PROC_BROWSER_TEST_F(CastStreamingApiTest, Basics) {
+IN_PROC_BROWSER_TEST_F(CastStreamingApiTest, MAYBE_Basics) {
ASSERT_TRUE(RunExtensionSubtest("cast_streaming", "basics.html"));
}
« 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