SEBSERV-578 fixed by skip full integration testing for pure Moodle core
This commit is contained in:
parent
f632cc9750
commit
2d5baeba1c
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue