diff --git a/tests/PHPUnit/System/ImportLogsTest.php b/tests/PHPUnit/System/ImportLogsTest.php index aacab5ae5cf..be86a872158 100644 --- a/tests/PHPUnit/System/ImportLogsTest.php +++ b/tests/PHPUnit/System/ImportLogsTest.php @@ -90,7 +90,7 @@ public function getApiForTesting() // Running a few interesting tests for Log Replay use case $apiMethods = array(); - if (getenv('MYSQL_ADAPTER') != 'MYSQLI') { + if (getenv('MYSQL_ADAPTER') != 'MYSQLI' && getenv('MYSQL_ENGINE') != 'Mariadb') { // Mysqli rounds latitude/longitude $apiMethods = array('Live.getLastVisitsDetails'); }