Commit 84e5eb10 authored by pkasting@chromium.org's avatar pkasting@chromium.org

Disable a flaky test.

BUG=395726
TEST=none
TBR=miu

Review URL: https://codereview.chromium.org/410453006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284516 0039d316-1c4b-4281-b951-d872f2087c98
parent 8b52913d
...@@ -295,18 +295,13 @@ class CastStreamingApiTestWithPixelOutput : public CastStreamingApiTest { ...@@ -295,18 +295,13 @@ class CastStreamingApiTestWithPixelOutput : public CastStreamingApiTest {
} }
}; };
// http://crbug.com/177163 // http://crbug.com/395726
#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 // 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 // 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 // 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 // in-process Cast receiver, listening on a localhost UDP socket, to receive the
// content and check whether it matches expectations. // 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( scoped_ptr<net::UDPSocket> receive_socket(
new net::UDPSocket(net::DatagramSocket::DEFAULT_BIND, new net::UDPSocket(net::DatagramSocket::DEFAULT_BIND,
net::RandIntCallback(), net::RandIntCallback(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment