Skip to content

Commit

Permalink
media: Disable flaky VideoRendererAlgorithmTest.CadenceBasedTest
Browse files Browse the repository at this point in the history
TBR=dalecurtis@chromium.org, ddorwin@chromium.org, jrummell@chromium.org, sandersd@chromium.org, wolenetz@chromium.org, xhwang@chromium.org
BUG=570032,569015

Review URL: https://codereview.chromium.org/1526073003

Cr-Commit-Position: refs/heads/master@{#365372}
  • Loading branch information
danakj authored and Commit bot committed Dec 15, 2015
1 parent d82bed5 commit a09e8f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media/filters/video_renderer_algorithm_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,8 @@ TEST_F(VideoRendererAlgorithmTest, RemoveExpiredFramesCadence) {
EXPECT_EQ(0u, algorithm_.EffectiveFramesQueued());
}

TEST_F(VideoRendererAlgorithmTest, CadenceBasedTest) {
// TODO(crbug.com/570032): Test disabled for being flaky.
TEST_F(VideoRendererAlgorithmTest, DISABLED_CadenceBasedTest) {
// Common display rates.
const double kDisplayRates[] = {
NTSC(24),
Expand Down

0 comments on commit a09e8f3

Please sign in to comment.