diff --git a/hphp/test/test_ext_mysql.cpp b/hphp/test/test_ext_mysql.cpp index 024cc8c16..f7bfd78f5 100644 --- a/hphp/test/test_ext_mysql.cpp +++ b/hphp/test/test_ext_mysql.cpp @@ -23,6 +23,9 @@ /////////////////////////////////////////////////////////////////////////////// bool TestExtMysql::RunTests(const std::string &which) { + // XXX: Disabled until flakiness is resolved: t1135133 + return true; + bool ret = true; RuntimeOption::MySQLReadOnly = false;