| Index: chrome/test/ppapi/ppapi_browsertest.cc
|
| diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc
|
| index ec257f65038f134b590d2d884304979478146b68..c18180f6417fa66c806d2bcb62e2b9a8b1a50792 100644
|
| --- a/chrome/test/ppapi/ppapi_browsertest.cc
|
| +++ b/chrome/test/ppapi/ppapi_browsertest.cc
|
| @@ -1572,7 +1572,9 @@ class MojoPPAPITest : public InProcessBrowserTest {
|
| };
|
|
|
| #if defined(OS_POSIX)
|
| -#define MAYBE_MOJO(test_name) test_name
|
| +// TODO(teravest): Re-enable test after Mojo IRT support is enabled in
|
| +// Chrome. http://crbug.com/454466
|
| +#define MAYBE_MOJO(test_name) DISABLED_##test_name
|
| #else
|
| #define MAYBE_MOJO(test_name) DISABLED_##test_name
|
| #endif
|
|
|