diff mbox series

selftest/runtime_test: Avoid virgl test on opensuse 16.0 for now

Message ID 20260422161708.597348-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit be6df4679204538a8e7da287e47c0ba0515aa0dc
Headers show
Series selftest/runtime_test: Avoid virgl test on opensuse 16.0 for now | expand

Commit Message

Richard Purdie April 22, 2026, 4:17 p.m. UTC
Currently this sometimes works but sometimes crashes the Xserver on that
platform. For now, disable it there until someone investiagtes/fixes it.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/lib/oeqa/selftest/cases/runtime_test.py | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py
index a337194f9b1..a3c31260368 100644
--- a/meta/lib/oeqa/selftest/cases/runtime_test.py
+++ b/meta/lib/oeqa/selftest/cases/runtime_test.py
@@ -243,6 +243,8 @@  TEST_RUNQEMUPARAMS += " slirp"
             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 == 'opensuseleap-16.0':
+            self.skipTest('virgl isn\'t working with Opensuse 16.0')
 
         qemu_packageconfig = get_bb_var('PACKAGECONFIG', 'qemu-system-native')
         qemu_distrofeatures = get_bb_var('DISTRO_FEATURES', 'qemu-system-native')