-
Task
-
Resolution: Done
-
L3 - Default
-
None
-
None
-
None
-
Not defined
Context:
Currently the zeebe import is active by default in the context of ITs (set active in it-config.yaml). We should rather disable it by default as it's overhead (and potential error logs due to missing zeebe data) whenever `ImportSchedulerManagerService.startSchedulers` is called in the context of ITs.
We should instead only activate it in the context of zeebe tests, e.g. from `AbstractZeebeIT`
AT:
- zeebe import is disabled by default in the context of ITs and only enabled for zeebe ITs