diff --git a/tests/run_tests b/tests/run_tests index 41a7ac66..b8d233f0 100755 --- a/tests/run_tests +++ b/tests/run_tests @@ -172,6 +172,8 @@ class TestCase: continue elif k == "offset" and not a.duplex: continue + elif k == "cross_mode" and a.tmode != "Cross": + continue try: if b.__dict__[k] != v: