Excluding riscv64 due to mouse rather than a touchscreen which adds a
moving cursor, so the diff ends up > 0. Need to fix the image to use the
touchscreen rather than mouse input.
Signed-off-by: Eilís 'pidge' Ní Fhlannagáin <pidge@baylibre.com>
class LoginTest(OERuntimeTestCase):
@OEHasPackage(['matchbox-desktop'])
def test_screenshot(self):
- if self.td.get('MACHINE') in ("qemuppc64", "qemuarmv5", "qemuriscv32", "qemuloongarch64"):
+ if self.td.get('MACHINE') in ("qemuppc64", "qemuarmv5", "qemuriscv32", "qemuriscv64", "qemuloongarch64"):
self.skipTest("{0} is not currently supported.".format(self.td.get('MACHINE')))
pn = self.td.get('PN')