Index: chrome/test/ppapi/ppapi_browsertest.cc |
diff --git a/chrome/test/ppapi/ppapi_browsertest.cc b/chrome/test/ppapi/ppapi_browsertest.cc |
index 5eb357535ef5feefe611e53bcb333e4b89ca72e3..d2d87d33539cd70cd5d31073a7a18810dd39af7d 100644 |
--- a/chrome/test/ppapi/ppapi_browsertest.cc |
+++ b/chrome/test/ppapi/ppapi_browsertest.cc |
@@ -1181,7 +1181,13 @@ TEST_PPAPI_NACL(MouseCursor) |
TEST_PPAPI_NACL(NetworkProxy) |
-TEST_PPAPI_NACL(TrueTypeFont) |
+// TODO(crbug.com/619765): get working on CrOS ozone build. |
+#if defined(OS_CHROMEOS) && defined(USE_OZONE) |
+#define MAYBE_TrueTypeFont DISABLED_TrueTypeFont |
+#else |
+#define MAYBE_TrueTypeFont TrueTypeFont |
+#endif |
+TEST_PPAPI_NACL(MAYBE_TrueTypeFont) |
// TODO(crbug.com/602875), TODO(crbug.com/602876) Flaky on Win and CrOS. |
#if defined(OS_CHROMEOS) || defined(OS_WIN) |