diff --git a/lam/tests/lib/modules/windowsUserTest.php b/lam/tests/lib/modules/windowsUserTest.php index 4d109ae3..1e137bd2 100644 --- a/lam/tests/lib/modules/windowsUserTest.php +++ b/lam/tests/lib/modules/windowsUserTest.php @@ -80,6 +80,7 @@ use PHPUnit\Framework\TestCase; public function testWindowsManagedGroupsNotifyJob_getLastEffectiveExecutionDate() { if (!interface_exists('\LAM\JOB\Job', false)) { + $this->markTestSkipped(); return; } $resultLog = new \LAM\JOB\JobResultLog();