]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
selftest: skip virgl test on fedora 36
authorSteve Sakoman <steve@sakoman.com>
Thu, 4 Aug 2022 15:25:14 +0000 (05:25 -1000)
committerSteve Sakoman <steve@sakoman.com>
Wed, 10 Aug 2022 15:04:10 +0000 (05:04 -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 3f78a186036518cdc168c0952612d0494e7406e8..df11984713b99106f64dc1e85b12814a44f2bdbc 100644 (file)
@@ -187,6 +187,8 @@ class TestImage(OESelftestTestCase):
             self.skipTest('virgl isn\'t working with Fedora 34')
         if distro and distro == 'fedora-35':
             self.skipTest('virgl isn\'t working with Fedora 35')
+        if distro and distro == 'fedora-36':
+            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')