Commit 16bde789 authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

Correctly disable MirroringNothingWithTargetChange

The current code has a type, it should be DISABLED_xxx

TBR=wjmaclean@chromium.org
NOTRY=true

Bug: 872340
Change-Id: I910b6913eace9b4710a7aac990d783f0f842beee
Reviewed-on: https://chromium-review.googlesource.com/1176176Reviewed-by: default avatarXida Chen <xidachen@chromium.org>
Commit-Queue: Xida Chen <xidachen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#583321}
parent dce191f1
......@@ -473,7 +473,7 @@ TEST_P(WebContentsAudioInputStreamTest, MirroringOutputWithinSession) {
// TODO(https://crbug.com/872340): Test appears to have timing-dependent flake.
TEST_P(WebContentsAudioInputStreamTest,
DISABLE_MirroringNothingWithTargetChange) {
DISABLED_MirroringNothingWithTargetChange) {
RUN_ON_AUDIO_THREAD(Open);
RUN_ON_AUDIO_THREAD(Start);
RUN_ON_AUDIO_THREAD(ChangeMirroringTarget);
......
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