[Tests] Also disabled panelize compare for non-Debian
This commit is contained in:
parent
1ee4182078
commit
336a5521a6
|
|
@ -1679,7 +1679,8 @@ def test_panelize_1(test_dir):
|
|||
prj = 'light_control'
|
||||
ctx = context.TestContext(test_dir, prj, 'panelize_2')
|
||||
ctx.run(extra=[])
|
||||
ctx.compare_image(prj+'-panel.png', tol=100)
|
||||
if is_debian:
|
||||
ctx.compare_image(prj+'-panel.png', tol=100)
|
||||
ctx.clean_up(keep_project=True)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue