Index: chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc |
diff --git a/chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc b/chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc |
index b2a3e89e998f043ad895befffb1db1f1f0799a3c..b15c499270159ba111a67644225a6b1a5e0e3a13 100644 |
--- a/chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc |
+++ b/chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc |
@@ -295,13 +295,18 @@ |
} |
}; |
-// http://crbug.com/395726 |
+// http://crbug.com/177163 |
+#if defined(OS_WIN) && !defined(NDEBUG) |
+#define MAYBE_EndToEnd DISABLED_TabsApi |
+#else |
+#define MAYBE_EndToEnd EndToEnd |
+#endif // defined(OS_WIN) && !defined(NDEBUG) |
// Tests the Cast streaming API and its basic functionality end-to-end. An |
// extension subtest is run to generate test content, capture that content, and |
// use the API to send it out. At the same time, this test launches an |
// in-process Cast receiver, listening on a localhost UDP socket, to receive the |
// content and check whether it matches expectations. |
-IN_PROC_BROWSER_TEST_F(CastStreamingApiTestWithPixelOutput, DISABLED_EndToEnd) { |
+IN_PROC_BROWSER_TEST_F(CastStreamingApiTestWithPixelOutput, MAYBE_EndToEnd) { |
scoped_ptr<net::UDPSocket> receive_socket( |
new net::UDPSocket(net::DatagramSocket::DEFAULT_BIND, |
net::RandIntCallback(), |