disabled test task

This commit is contained in:
Robin Müller 2021-07-06 18:20:14 +02:00
parent ec32b828c7
commit e2f3da08a9
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -11,7 +11,7 @@ Q7STestTask::Q7STestTask(object_id_t objectId): TestTask(objectId) {
}
ReturnValue_t Q7STestTask::performOneShotAction() {
sdCardTests();
//sdCardTests();
return TestTask::performOneShotAction();
}