diff --git a/tests/feature/HomeTest.php b/tests/feature/HomeTest.php index 82a822ab15..46a4ffcc9e 100644 --- a/tests/feature/HomeTest.php +++ b/tests/feature/HomeTest.php @@ -2,6 +2,11 @@ use CodeIgniter\Test\FeatureTestCase; +/** + * This relies on a database connection + * + * @codeCoverageIgnore + */ class HomeTest extends FeatureTestCase { public function testCanLoadPage()