Fix pp_comparison segfault
Compare changes
GitLab service scheduled maintenance on Friday, March 21st 2025 as of 08h00 Geneva time for an estimated period of 1 hour. Further information under OTG0154918.
This MR disable the GEC_passthrough line that is causing a segfault in the pp_comparison test.
The problem is that when this line triggers, it require other lines to be evaluated, even if the event doesn't have any PV, causing a segfault in the lines that requires PVs to run.
Thanks to @olupton for the debugging.