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

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

Issue 1949393002: [Sheriff] Disable flaky MediaCodecPlayerTest.VideoReleaseWhileWaitingForSeek (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/media_codec_player_unittest.cc
diff --git a/media/base/android/media_codec_player_unittest.cc b/media/base/android/media_codec_player_unittest.cc
index 41ce5b3cee6445d8da6dcc61df08ea273969a8fb..b0c2322fe38e3114579e770488bba8ceb74f8836 100644
--- a/media/base/android/media_codec_player_unittest.cc
+++ b/media/base/android/media_codec_player_unittest.cc
@@ -1408,7 +1408,8 @@ TEST_F(MediaCodecPlayerTest, DISABLED_VideoSeekAndRelease) {
EXPECT_LE(seek_position, manager_.pts_stat_.min());
}
-TEST_F(MediaCodecPlayerTest, VideoReleaseWhileWaitingForSeek) {
+// Flaky test: https://crbug.com/609444
+TEST_F(MediaCodecPlayerTest, DISABLED_VideoReleaseWhileWaitingForSeek) {
SKIP_TEST_IF_MEDIA_CODEC_BRIDGE_IS_NOT_AVAILABLE();
base::TimeDelta duration = base::TimeDelta::FromMilliseconds(2000);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698