summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-08 14:34:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-16 13:34:54 +0100
commitc8c383d958807b991e31d22f612ba2a81a3860a4 (patch)
tree213e74d8b1f0c62f27125d4755de63e0b0cd056e
parentba9853a96baa1e14193105bafae9d5de04ec9494 (diff)
downloadpoky-c8c383d958807b991e31d22f612ba2a81a3860a4.tar.gz
oeqa/runtime_test: Disable test_testimage_virgl_gtk
This test keeps failing on the autobuilder and is proving extremely annoying. It works much better in later releases but for zeus and earlier, lets just stop running it as it doesn't really tell us anything useful at this point, nobody has any plans to improve the distro exclusions or otherwise fix it in the older releases. (From OE-Core rev: 856674d6f75e2b99ae961d5ab869ff071ff5c362) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/lib/oeqa/selftest/cases/runtime_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py
index d817b755fe..5149583bd4 100644
--- a/meta/lib/oeqa/selftest/cases/runtime_test.py
+++ b/meta/lib/oeqa/selftest/cases/runtime_test.py
@@ -168,7 +168,7 @@ class TestImage(OESelftestTestCase):
168 # remove the oeqa-feed-sign temporal directory 168 # remove the oeqa-feed-sign temporal directory
169 shutil.rmtree(self.gpg_home, ignore_errors=True) 169 shutil.rmtree(self.gpg_home, ignore_errors=True)
170 170
171 def test_testimage_virgl_gtk(self): 171 def disabled_test_testimage_virgl_gtk(self):
172 """ 172 """
173 Summary: Check host-assisted accelerate OpenGL functionality in qemu with gtk frontend 173 Summary: Check host-assisted accelerate OpenGL functionality in qemu with gtk frontend
174 Expected: 1. Check that virgl kernel driver is loaded and 3d acceleration is enabled 174 Expected: 1. Check that virgl kernel driver is loaded and 3d acceleration is enabled