SEBSERV-578 fixed by skip full integration testing for pure Moodle core

This commit is contained in:
anhefti 2024-08-20 10:28:39 +02:00
parent f632cc9750
commit 2d5baeba1c

View file

@ -101,6 +101,9 @@ public class LmsTestServiceImpl implements LmsTestService {
}
private LmsSetupTestResult fullIntegrationTest(final LmsAPITemplate template) {
if (template.lmsSetup().lmsType != LmsSetup.LmsType.MOODLE_PLUGIN) {
return null;
}
if (!template.fullIntegrationActive()) {
return null;
}