Skip to content

Commit

Permalink
Disable test so test data file can be updated.
Browse files Browse the repository at this point in the history
Test must be disabled because the time range values will change
and binary files don't land well through CQ :(

BUG=366750
TEST=none
TBR=acolwell
NOTRY=true

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266067 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
dalecurtis@chromium.org committed Apr 25, 2014
1 parent fe7b300 commit d72bd42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media/filters/pipeline_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,8 @@ TEST_P(PipelineIntegrationTest, BasicPlayback_MediaSource_VP8A_WebM) {
Stop();
}

TEST_P(PipelineIntegrationTest, BasicPlayback_MediaSource_Opus_WebM) {
// Disabled until the fix for http://crbug.com/366750 is landed.
TEST_P(PipelineIntegrationTest, DISABLED_BasicPlayback_MediaSource_Opus_WebM) {
MockMediaSource source("bear-opus-end-trimming.webm", kOpusAudioOnlyWebM,
kAppendWholeFile, GetParam());
StartPipelineWithMediaSource(&source);
Expand Down

0 comments on commit d72bd42

Please sign in to comment.