disable test case
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2023-07-10 16:33:29 +02:00
parent ce2755e161
commit 53d53e8771
Signed by: muellerr
GPG Key ID: 407F9B00F858F270

View File

@ -15,7 +15,7 @@ TemperatureSensorInserter::TemperatureSensorInserter(
tmp1075DummyMap(std::move(tempTmpSensorDummies_)) {} tmp1075DummyMap(std::move(tempTmpSensorDummies_)) {}
ReturnValue_t TemperatureSensorInserter::initialize() { ReturnValue_t TemperatureSensorInserter::initialize() {
testCase = TestCase::COLD_CAMERA_STAYS_COLD; testCase = TestCase::NONE;
return returnvalue::OK; return returnvalue::OK;
} }