From 2e62360969dc375723443e93f7d72db69573b6b3 Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Sat, 18 Jul 2026 05:06:27 -0400 Subject: [PATCH 1/4] fix(facts): correct EFI intake manifold shortDesc spelling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mainfold → manifold for pressure and temperature fact labels. --- src/Vehicle/FactGroups/EFIFact.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Vehicle/FactGroups/EFIFact.json b/src/Vehicle/FactGroups/EFIFact.json index 580c02fd45d9..d755e406da98 100644 --- a/src/Vehicle/FactGroups/EFIFact.json +++ b/src/Vehicle/FactGroups/EFIFact.json @@ -65,14 +65,14 @@ }, { "name": "intakePress", - "shortDesc": "Intake mainfold pressure", + "shortDesc": "Intake manifold pressure", "type": "float", "decimalPlaces": 1, "units": "kPa" }, { "name": "intakeTemp", - "shortDesc": "Intake mainfold temperature", + "shortDesc": "Intake manifold temperature", "type": "float", "decimalPlaces": 1, "units": "°C" From c391df26e6744a0ea326293198c17f096a1bc0ff Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Sat, 18 Jul 2026 07:31:44 -0400 Subject: [PATCH 2/4] ci: retrigger flaky PlanViewLayerUITest (unrelated FactGroup JSON change) From 0fe5e6e8ccb6505c19f2f72f58f88b8211e8418b Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Sat, 18 Jul 2026 16:29:04 -0400 Subject: [PATCH 3/4] ci: re-trigger after flaky PlanViewLayerUITest From 3d95c4eb4682544719bc51c0ce98449129b87bd5 Mon Sep 17 00:00:00 2001 From: Bartok9 Date: Sat, 18 Jul 2026 19:31:59 -0400 Subject: [PATCH 4/4] ci: retrigger flaky PlanViewLayerUITest (unrelated to EFIFact.json)