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 """