Skip to content

Commit

Permalink
wip(tests): database tests needs CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
0x1026 committed Nov 25, 2024
1 parent 21566c7 commit a1fd57e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/DatabaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ final class DatabaseTest extends TestCase
{
protected function setUp(): void
{
getenv('CI') && $this->markTestSkipped('Database tests are not supported on CI');
// TODO: Conditionally skip the test if the environment is CI
$this->markTestSkipped('Database tests are not supported on CI');
}
public function testConnection()
{
Expand Down

0 comments on commit a1fd57e

Please sign in to comment.