[Tests] Changed skip condition for test_render_3d_res_tht_1

This commit is contained in:
Salvador E. Tropea 2024-01-11 13:04:52 -03:00
parent 7a132e0606
commit a424faa025
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ def test_render_3d_variant_1(test_dir):
@pytest.mark.slow
@pytest.mark.pcbnew
@pytest.mark.skipif(context.ki5() or context.ki6(), reason="slow")
@pytest.mark.skipif(not context.ki7(), reason="slow")
def test_render_3d_res_tht_1(test_dir):
""" Very naive test, just check if working """
prj = 'resistor_tht'