Commit 388945e9 authored by msw@chromium.org's avatar msw@chromium.org

Disable BackgroundApplicationListModelTest.ExplicitTest on OS_LINUX.

BUG=165458
TBR=scherkus

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190514 0039d316-1c4b-4281-b951-d872f2087c98
parent 5a6c664b
......@@ -120,7 +120,7 @@ void RemoveBackgroundPermission(ExtensionService* service,
// Crashes on Mac tryslaves.
// http://crbug.com/165458
#if defined(OS_MACOSX)
#if defined(OS_MACOSX) || defined(OS_LINUX)
#define MAYBE_ExplicitTest DISABLED_ExplicitTest
#else
#define MAYBE_ExplicitTest ExplicitTest
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment