disabled test task

This commit is contained in:
Robin Müller 2021-07-06 18:20:14 +02:00 committed by Robin Mueller
parent 8fefee803f
commit 5db9989f63

View File

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