From 63961dec45c634f478fec88e180c928e6f9709d4 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Wed, 27 Aug 2025 19:04:16 -0700 Subject: [PATCH] jenkins: run pandad test once --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3e9da05632..f3a63d3dec 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -253,7 +253,6 @@ node { step("build openpilot", "cd system/manager && ./build.py"), step("test pandad loopback", "SINGLE_PANDA=1 pytest selfdrive/pandad/tests/test_pandad_loopback.py"), 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"), // TODO: enable once new AGNOS is available // step("test esim", "pytest system/hardware/tici/tests/test_esim.py"),