diff --git a/tests/safety/common.py b/tests/safety/common.py index 05064dcc06..cf8b9358b7 100644 --- a/tests/safety/common.py +++ b/tests/safety/common.py @@ -895,7 +895,7 @@ def test_tx_hook_on_wrong_safety_mode(self): continue if attr.startswith('TestToyota') and current_test.startswith('TestToyota'): continue - if {attr, current_test}.issubset({'TestSubaruGen1Safety', 'TestSubaruGen2Safety'}): + if {attr, current_test}.issubset({'TestSubaruGen1Safety', 'TestSubaruGen2Safety', 'TestSubaruCrosstrekHybridSafety', 'TestSubaruForesterHybridSafety', 'TestSubaruForester2022Safety'}): continue if {attr, current_test}.issubset({'TestVolkswagenPqSafety', 'TestVolkswagenPqStockSafety', 'TestVolkswagenPqLongSafety'}): continue