From 828b16f9f5bbdb99e391fe1939abd43afe6c23c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Thu, 3 Apr 2025 09:52:44 +0200 Subject: [PATCH] Enable VCS tests --- tests/e2e/Services/VCS/VCSBase.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/e2e/Services/VCS/VCSBase.php b/tests/e2e/Services/VCS/VCSBase.php index a65ebcd1d3..2f07ce6259 100644 --- a/tests/e2e/Services/VCS/VCSBase.php +++ b/tests/e2e/Services/VCS/VCSBase.php @@ -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.'); - } } }