]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/runtime_test: Disable test_testimage_virgl_gtk warrior warrior-next
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Sep 2020 13:34:15 +0000 (14:34 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Sep 2020 13:36:47 +0000 (14:36 +0100)
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/runtime_test.py

index d817b755fed3bb9165aa720aaa0800f160daae55..5149583bd4944f11460384a776b1ab6a6c6ef3b2 100644 (file)
@@ -168,7 +168,7 @@ class TestImage(OESelftestTestCase):
         # remove the oeqa-feed-sign temporal directory
         shutil.rmtree(self.gpg_home, ignore_errors=True)
 
-    def test_testimage_virgl_gtk(self):
+    def disabled_test_testimage_virgl_gtk(self):
         """
         Summary: Check host-assisted accelerate OpenGL functionality in qemu with gtk frontend
         Expected: 1. Check that virgl kernel driver is loaded and 3d acceleration is enabled