Compare commits

...
Author SHA1 Message Date
Khushboo Verma f072565e11 Merge branch '1.7.x' into fix-vcs-tests 2025-04-21 13:01:54 +05:30
Matej BačoandGitHub c1ce4304c9 Merge branch 'feat-sites' into fix-vcs-tests 2025-04-05 14:17:21 +02:00
Matej Bačo 828b16f9f5 Enable VCS tests 2025-04-03 09:52:44 +02:00
-4
View File
@@ -9,9 +9,5 @@ trait VCSBase
protected function setUp(): void
{
parent::setUp();
if (System::getEnv('_APP_VCS_GITHUB_PRIVATE_KEY') === 'disabled') {
$this->markTestSkipped('VCS is not enabled.');
}
}
}