Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Unified Diff: media/base/android/media_codec_decoder_unittest.cc

Issue 1669193003: Disable flaky media unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/base/android/media_codec_player_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/media_codec_decoder_unittest.cc
diff --git a/media/base/android/media_codec_decoder_unittest.cc b/media/base/android/media_codec_decoder_unittest.cc
index ea0ffb35f3634d70e493905b3c770517ecf0866c..63aaaf7d7b6a079d50633391fd05048c3197d005 100644
--- a/media/base/android/media_codec_decoder_unittest.cc
+++ b/media/base/android/media_codec_decoder_unittest.cc
@@ -505,7 +505,7 @@ TEST_F(MediaCodecDecoderTest, AudioStartWithoutConfigure) {
}
// http://crbug.com/518900
-TEST_F(MediaCodecDecoderTest, AudioPlayTillCompletion) {
+TEST_F(MediaCodecDecoderTest, DISABLED_AudioPlayTillCompletion) {
SKIP_TEST_IF_MEDIA_CODEC_BRIDGE_IS_NOT_AVAILABLE();
DVLOG(0) << "AudioPlayTillCompletion started";
« no previous file with comments | « no previous file | media/base/android/media_codec_player_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698