Commit 1e4fa9e1 authored by Owen Min's avatar Owen Min Committed by Commit Bot

Disable MediaInternalsAudioLogTest.AudioLogCreateStartStopErrorClose

Disable the test on Android, Linux and Fuchsia due to flaky.

Tbr: petewil@chromium.org
Bug: 938812
Change-Id: I96504518c8556d5e8cdfb60a9e74c5dc8e1040ba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506380Reviewed-by: default avatarOwen Min <zmin@chromium.org>
Commit-Queue: Owen Min <zmin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#638226}
parent 4479c603
...@@ -258,7 +258,15 @@ class MediaInternalsAudioLogTest ...@@ -258,7 +258,15 @@ class MediaInternalsAudioLogTest
const content::TestBrowserThreadBundle thread_bundle_; const content::TestBrowserThreadBundle thread_bundle_;
}; };
TEST_P(MediaInternalsAudioLogTest, AudioLogCreateStartStopErrorClose) { #if defined(OS_LINUX) || defined(OS_FUCHSIA) || defined(OS_ANDROID)
#define MAYBE_AudioLogCreateStartStopErrorClose \
DISABLED_AudioLogCreateStartStopErrorClose
#else
#define MAYBE_AudioLogCreateStartStopErrorClose \
AudioLogCreateStartStopErrorClose
#endif
TEST_P(MediaInternalsAudioLogTest, MAYBE_AudioLogCreateStartStopErrorClose) {
audio_log_->OnCreated(test_params_, kTestDeviceID); audio_log_->OnCreated(test_params_, kTestDeviceID);
base::RunLoop().RunUntilIdle(); base::RunLoop().RunUntilIdle();
......
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