Robot teardowns don't clean temporal history — run-to-run variance
Robot teardowns clean current-state entities but **not** temporal history, so temporal data accumulates across tests and produces run-to-run variance of ±10–15 tests on the full suite. Fix wanted: add `DELETE /ngsi-ld/v1/temporal/entities/{entity_id}` to the teardown of temporal tests (alongside the current-state delete).
issue