ooh that's fast

pull/30443/head
Shane Smiskol 2 years ago
parent fcd8b2b3ec
commit be1d55e9ac
  1. 2
      Jenkinsfile
  2. 1
      selfdrive/car/tests/test_models.py

2
Jenkinsfile vendored

@ -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"
}
},

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

Loading…
Cancel
Save