Skip to content

Commit

Permalink
Restore MySQL tests after bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Aug 19, 2020
1 parent 60c742f commit 224c939
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/RootAncestorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ public function testLazyEagerLoading()

public function testExistenceQuery()
{
// TODO: https://bugs.mysql.com/bug.php?id=99025
if (DB::connection()->getDriverName() === 'mysql') {
$this->markTestSkipped();
}

if (DB::connection()->getDriverName() === 'sqlsrv') {
$this->markTestSkipped();
}
Expand All @@ -56,11 +51,6 @@ public function testExistenceQuery()

public function testExistenceQueryForSelfRelation()
{
// TODO: https://bugs.mysql.com/bug.php?id=99025
if (DB::connection()->getDriverName() === 'mysql') {
$this->markTestSkipped();
}

if (DB::connection()->getDriverName() === 'sqlsrv') {
$this->markTestSkipped();
}
Expand Down

0 comments on commit 224c939

Please sign in to comment.