]> code.ossystems Code Review - openembedded-core.git/commitdiff
selftest: skip virgl gtk/sdl test on opensuse 15.0
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 5 Dec 2019 15:43:41 +0000 (16:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Dec 2019 11:56:41 +0000 (11:56 +0000)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/runtime_test.py

index ccd2c40aa3fb074c45bf472fd28722ab5948a920..7aa9fb25da2c08506f2f596ce5849a7ae0ab03dc 100644 (file)
@@ -181,6 +181,8 @@ class TestImage(OESelftestTestCase):
             self.skipTest('virgl isn\'t working with Debian 8')
         if distro and distro == 'centos-7':
             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')
 
         qemu_packageconfig = get_bb_var('PACKAGECONFIG', 'qemu-system-native')
         sdl_packageconfig = get_bb_var('PACKAGECONFIG', 'libsdl2-native')