Skip to content

Commit

Permalink
skip test on Mariadb
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed May 8, 2024
1 parent de6568a commit 262d2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PHPUnit/System/ImportLogsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
Expand Down

0 comments on commit 262d2c3

Please sign in to comment.