Skip to content

Commit

Permalink
subaru: update common tests
Browse files Browse the repository at this point in the history
  • Loading branch information
martinl committed Aug 4, 2023
1 parent ab4a92a commit 522f0cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/safety/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 522f0cd

Please sign in to comment.