Index: ppapi/tests/mojo/test_mojo.cc |
diff --git a/ppapi/tests/mojo/test_mojo.cc b/ppapi/tests/mojo/test_mojo.cc |
index 3d1af4683aec9f4cfaa01d83eca27340bcc287b6..ab2f096d0b15fc13b0d6db422364e5b23f0f901b 100644 |
--- a/ppapi/tests/mojo/test_mojo.cc |
+++ b/ppapi/tests/mojo/test_mojo.cc |
@@ -14,7 +14,9 @@ bool TestMojo::Init() { |
} |
void TestMojo::RunTests(const std::string& filter) { |
- RUN_TEST(CreateMessagePipe, filter); |
+ // TODO(teravest): Re-enable test after Mojo IRT support is enabled in |
+ // Chrome. |
dmichael (off chromium)
2015/02/09 17:13:08
nit: it would be good to reference the bug here.
|
+ // RUN_TEST(CreateMessagePipe, filter); |
} |
std::string TestMojo::TestCreateMessagePipe() { |