-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
AT:
- To prevent sending request to ET prod among all of the test setups, the engine configuration of TelemetryMultipleEnginesTest should look like:
@ClassRule public static ProcessEngineBootstrapRule secondEngineRule = new ProcessEngineBootstrapRule(config -> config.setTelemetryEndpoint(TELEMETRY_ENDPOINT) .setProcessEngineBootstrapCommand(new NoInitMessageBootstrapEngineCommand())); @ClassRule public static ProcessEngineBootstrapRule defaultEngineRule = new ProcessEngineBootstrapRule(config -> config.setTelemetryEndpoint(TELEMETRY_ENDPOINT) .setProcessEngineBootstrapCommand(new NoInitMessageBootstrapEngineCommand()));