From be1d55e9ac7fbcf4343c4c70d6eea5f530646494 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Sat, 9 Dec 2023 05:44:32 -0800 Subject: [PATCH] ooh that's fast --- Jenkinsfile | 2 +- selfdrive/car/tests/test_models.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index bd894f53e0..a7a73205a8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -234,7 +234,7 @@ node { 'car tests': { pcStage("car tests") { sh label: "build", script: "selfdrive/manager/build.py" - sh label: "run car tests", script: "cd selfdrive/car/tests && MAX_EXAMPLES=100 INTERNAL_SEG_CNT=250 FILEREADER_CACHE=1 \ + sh label: "run car tests", script: "cd selfdrive/car/tests && MAX_EXAMPLES=500 INTERNAL_SEG_CNT=250 FILEREADER_CACHE=1 \ INTERNAL_SEG_LIST=selfdrive/car/tests/test_models_segs.txt pytest test_models.py test_car_interfaces.py" } }, diff --git a/selfdrive/car/tests/test_models.py b/selfdrive/car/tests/test_models.py index 887df1d9c3..c743a6809a 100755 --- a/selfdrive/car/tests/test_models.py +++ b/selfdrive/car/tests/test_models.py @@ -319,7 +319,6 @@ class TestCarModelBase(unittest.TestCase): @given(data=st.data()) @seed(1) # for reproduction def test_panda_safety_carstate_fuzzy(self, data): - raise Exception if self.CP.enableGasInterceptor: # TODO known failure for now raise unittest.SkipTest """