Skip to content

Commit

Permalink
Disable a test that fails in the Linux perf canary
Browse files Browse the repository at this point in the history
BUG=56364
TEST=linux perf canary goes green
TBR=imcheng@chromium.org

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60044 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
satish@chromium.org committed Sep 21, 2010
1 parent 9670a2b commit 359b63e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chrome/browser/media_uitest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,13 @@ class MediaTest : public UITest {
#define MAYBE_VideoBearSilentWebm VideoBearSilentWebm
#define MAYBE_VideoBearMp4 VideoBearMp4
#define MAYBE_VideoBearSilentMp4 VideoBearSilentMp4

#if defined(OS_LINUX)
// Test fails on linux: http://crbug.com/56364
#define MAYBE_MediaUILayoutTest DISABLED_MediaUILayoutTest
#else
#define MAYBE_MediaUILayoutTest MediaUILayoutTest
#endif

#endif

Expand Down

0 comments on commit 359b63e

Please sign in to comment.