diff --git a/CRM/Utils/Check/Component/Schema.php b/CRM/Utils/Check/Component/Schema.php index 4e8c037274b5..2ef1867deb4e 100644 --- a/CRM/Utils/Check/Component/Schema.php +++ b/CRM/Utils/Check/Component/Schema.php @@ -37,6 +37,11 @@ class CRM_Utils_Check_Component_Schema extends CRM_Utils_Check_Component { */ public function checkIndices() { $messages = array(); + + // CRM-21298: The "Update Indices" tool that this check suggests is + // unreliable. Bypass this check until CRM-20817 and CRM-20533 are resolved. + return $messages; + $missingIndices = CRM_Core_BAO_SchemaHandler::getMissingIndices(); if ($missingIndices) { $html = '';