TestExecutionEnvironment introduces problem when image is saved inside test process (which is case for Guille code which fork image inside test).��And problem is that snapshot restarts all low level processes like IdlProcess, eventLoop and others (which are spawned in startup list). And when it happens inside test process all child processes are intercepted and terminated when test completes which means killing all system processes on test completes