From 958cd0b2edbb9ba2fd8a412e17c3b5ef5a3d401c Mon Sep 17 00:00:00 2001 From: Trey Moen Date: Tue, 20 May 2025 19:27:30 -0700 Subject: [PATCH] only one test flow now --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 230fba8a37..4af657ad73 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -268,8 +268,7 @@ node { step("test pandad spi", "pytest selfdrive/pandad/tests/test_pandad_spi.py"), step("test pandad", "pytest selfdrive/pandad/tests/test_pandad.py", [diffPaths: ["panda", "selfdrive/pandad/"]]), step("test amp", "pytest system/hardware/tici/tests/test_amplifier.py"), - // lpac becomes brittle when running in parallel - step("test esim", "pytest -n1 system/hardware/tici/tests/test_esim.py"), + step("test esim", "pytest system/hardware/tici/tests/test_esim.py"), step("test qcomgpsd", "pytest system/qcomgpsd/tests/test_qcomgpsd.py", [diffPaths: ["system/qcomgpsd/"]]), ]) },