Commit 7ff3dc00 authored by Yutaka Hirano's avatar Yutaka Hirano Committed by Commit Bot

Disable AudioServiceLifetimeConnectorTest.StandaloneServiceTerminatesWhenNoTimeoutIsSet

...due to flakiness.

Bug: 976841
Change-Id: Ia98c267bc9d1234095196046e684372d5720a8d3
Tbr: grunell@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1675665Reviewed-by: default avatarYutaka Hirano <yhirano@chromium.org>
Commit-Queue: Yutaka Hirano <yhirano@chromium.org>
Cr-Commit-Position: refs/heads/master@{#671982}
parent 280e9d35
......@@ -70,8 +70,10 @@ class AudioServiceLifetimeConnectorTest : public testing::Test {
// For platforms where the standalone audio service has been launched, the
// service should terminate after a default timeout if no specific timeout has
// been set.
// Disabled due to flakiness.
// TODO(crbug.com/976841): Fix the flakiness and re-enable this.
TEST_F(AudioServiceLifetimeConnectorTest,
StandaloneServiceTerminatesWhenNoTimeoutIsSet) {
DISABLED_StandaloneServiceTerminatesWhenNoTimeoutIsSet) {
service_.reset();
audio_manager_->Shutdown();
audio_manager_.reset();
......
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