diff --git a/tests/DatabaseTest.php b/tests/DatabaseTest.php
index f6935719..6a72c07e 100644
--- a/tests/DatabaseTest.php
+++ b/tests/DatabaseTest.php
@@ -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()
     {