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 b15c499270159ba111a67644225a6b1a5e0e3a13..31ef7873f11ceb48c7bf917b68a70828517a06ab 100644 |
--- a/chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc |
+++ b/chrome/browser/extensions/api/cast_streaming/cast_streaming_apitest.cc |
@@ -295,18 +295,13 @@ class CastStreamingApiTestWithPixelOutput : public CastStreamingApiTest { |
} |
}; |
-// 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) |
+// http://crbug.com/396413 |
// 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, MAYBE_EndToEnd) { |
+IN_PROC_BROWSER_TEST_F(CastStreamingApiTestWithPixelOutput, DISABLED_EndToEnd) { |
scoped_ptr<net::UDPSocket> receive_socket( |
new net::UDPSocket(net::DatagramSocket::DEFAULT_BIND, |
net::RandIntCallback(), |