Commit ec5dca5c authored by foolip's avatar foolip Committed by Commit bot

Disable RendererAudioOutputStreamFactoryIntegrationTest.StreamIntegrationTest on Win

BUG=709394
TBR=maxmorin@chromium.org

Review-Url: https://codereview.chromium.org/2804953006
Cr-Commit-Position: refs/heads/master@{#462832}
parent 4ba9b212
......@@ -327,7 +327,14 @@ class RendererAudioOutputStreamFactoryIntegrationTest : public Test {
factory_context_;
};
TEST_F(RendererAudioOutputStreamFactoryIntegrationTest, StreamIntegrationTest) {
// Flaky on Win x64. https://crbug.com/709394
#if defined(OS_WIN)
#define MAYBE_StreamIntegrationTest DISABLED_StreamIntegrationTest
#else
#define MAYBE_StreamIntegrationTest StreamIntegrationTest
#endif
TEST_F(RendererAudioOutputStreamFactoryIntegrationTest,
MAYBE_StreamIntegrationTest) {
// Sets up the factory on the IO thread and runs client code on the UI thread.
// Send a sine wave from the client and makes sure it's received by the output
// stream.
......
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