Skip to content

Commit

Permalink
Enable Oracle inconsistency test
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jun 14, 2021
1 parent 4f84ccf commit f7a2a62
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/JoinSqlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,6 @@ public function testJoinSaving2(): void

$this->db->connection->dsql()->table('contact')->where('id', 2)->delete();

if ($this->getDatabasePlatform() instanceof OraclePlatform) { // TODO
$this->markTestIncomplete('TODO - for some reasons, result below has one different key');
}

$m_u2->unload();
$m_u2 = $m_u->createEntity();
$m_u2->set('name', 'Sue');
Expand Down

0 comments on commit f7a2a62

Please sign in to comment.