mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
selftest: skip virgl gtk/sdl test on ubuntu 18.04
(From OE-Core rev: 20c70400ea7739a20bec174ac5df6841cbf0b4de) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
@@ -221,6 +221,8 @@ class TestImage(OESelftestTestCase):
|
||||
self.skipTest('virgl isn\'t working with Centos 7')
|
||||
if distro and distro == 'opensuseleap-15.0':
|
||||
self.skipTest('virgl isn\'t working with Opensuse 15.0')
|
||||
if distro and distro == 'ubuntu-18.04':
|
||||
self.skipTest('virgl isn\'t working with Ubuntu 18.04')
|
||||
|
||||
qemu_packageconfig = get_bb_var('PACKAGECONFIG', 'qemu-system-native')
|
||||
qemu_distrofeatures = get_bb_var('DISTRO_FEATURES', 'qemu-system-native')
|
||||
|
||||
Reference in New Issue
Block a user