Skip to content

Commit

Permalink
Skip for OCI8
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Nov 15, 2023
1 parent 9810c4d commit 45a0f6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/system/Database/Migrations/MigrationRunnerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,10 @@ public function testGetBatchVersions(): void

public function testMigrationUsesSameConnectionAsMigrationRunner(): void
{
if (getenv('DB') === 'OCI8') {
$this->markTestSkipped('Skipped for OCI8.');
}

$config = ['database' => WRITEPATH . 'runner.sqlite', 'DBDriver' => 'SQLite3', 'DBDebug' => true];

if (is_file($config['database'])) {
Expand Down

0 comments on commit 45a0f6c

Please sign in to comment.