Commit 3c464163 authored by Tsuyoshi Horo's avatar Tsuyoshi Horo Committed by Commit Bot

Disable RendererAudioOutputStreamFactoryIntegrationTest.StreamIntegrationTest

TBR=maxmorin@chromium.org

Bug: 761214
Change-Id: I73ba6ab6b92ed20349397aa8c6f9c55a5d95ca10
Reviewed-on: https://chromium-review.googlesource.com/c/1307021Reviewed-by: default avatarTsuyoshi Horo <horo@chromium.org>
Commit-Queue: Tsuyoshi Horo <horo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#603789}
parent 38560eb0
......@@ -205,7 +205,9 @@ class RendererAudioOutputStreamFactoryIntegrationTest : public Test {
factory_context_;
};
TEST_F(RendererAudioOutputStreamFactoryIntegrationTest, StreamIntegrationTest) {
// It's flaky on the buildbot, http://crbug.com/761214.
TEST_F(RendererAudioOutputStreamFactoryIntegrationTest,
DISABLED_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