]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
selftest: skip virgl test on ubuntu 22.04
authorSteve Sakoman <steve@sakoman.com>
Thu, 6 Oct 2022 16:11:42 +0000 (06:11 -1000)
committerSteve Sakoman <steve@sakoman.com>
Tue, 11 Oct 2022 21:50:48 +0000 (11:50 -1000)
This test will fail any time the host has libdrm > 2.4.107

Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/selftest/cases/runtime_test.py

index df11984713b99106f64dc1e85b12814a44f2bdbc..399727de49a684f2f4c268b7d40b8abfb437b5f1 100644 (file)
@@ -191,6 +191,8 @@ class TestImage(OESelftestTestCase):
             self.skipTest('virgl isn\'t working with Fedora 36')
         if distro and distro == 'opensuseleap-15.0':
             self.skipTest('virgl isn\'t working with Opensuse 15.0')
+        if distro and distro == 'ubuntu-22.04':
+            self.skipTest('virgl isn\'t working with Ubuntu 22.04')
 
         qemu_packageconfig = get_bb_var('PACKAGECONFIG', 'qemu-system-native')
         sdl_packageconfig = get_bb_var('PACKAGECONFIG', 'libsdl2-native')