Skip to content

Commit 7172181

Browse files
committed
chore: exclude mariadb from LIMIT on DELETE with JOIN test
1 parent f501f23 commit 7172181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Database/EloquentDeleteTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public function testDeleteUseLimitWithoutJoins()
5050

5151
public function testDeleteUseLimitWithJoins()
5252
{
53-
$ignoredDrivers = ['sqlsrv', 'mysql'];
53+
$ignoredDrivers = ['sqlsrv', 'mysql', 'mariadb'];
5454

5555
if (in_array($this->driver, $ignoredDrivers)) {
5656
$this->markTestSkipped("{$this->driver} does not support LIMIT on DELETE statements with JOIN clauses");

0 commit comments

Comments
 (0)