diff options
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/runtime_test.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index d06d480c2b..7dcdfd0ab2 100644 --- a/meta/lib/oeqa/selftest/cases/runtime_test.py +++ b/meta/lib/oeqa/selftest/cases/runtime_test.py | |||
| @@ -221,6 +221,8 @@ class TestImage(OESelftestTestCase): | |||
| 221 | self.skipTest('virgl isn\'t working with Centos 7') | 221 | self.skipTest('virgl isn\'t working with Centos 7') |
| 222 | if distro and distro == 'opensuseleap-15.0': | 222 | if distro and distro == 'opensuseleap-15.0': |
| 223 | self.skipTest('virgl isn\'t working with Opensuse 15.0') | 223 | self.skipTest('virgl isn\'t working with Opensuse 15.0') |
| 224 | if distro and distro == 'ubuntu-18.04': | ||
| 225 | self.skipTest('virgl isn\'t working with Ubuntu 18.04') | ||
| 224 | 226 | ||
| 225 | qemu_packageconfig = get_bb_var('PACKAGECONFIG', 'qemu-system-native') | 227 | qemu_packageconfig = get_bb_var('PACKAGECONFIG', 'qemu-system-native') |
| 226 | qemu_distrofeatures = get_bb_var('DISTRO_FEATURES', 'qemu-system-native') | 228 | qemu_distrofeatures = get_bb_var('DISTRO_FEATURES', 'qemu-system-native') |
