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 1c935da919..9e5c3f2878 100644 --- a/meta/lib/oeqa/selftest/cases/runtime_test.py +++ b/meta/lib/oeqa/selftest/cases/runtime_test.py | |||
| @@ -179,6 +179,8 @@ class TestImage(OESelftestTestCase): | |||
| 179 | self.skipTest('virgl isn\'t working with Debian 8') | 179 | self.skipTest('virgl isn\'t working with Debian 8') |
| 180 | if distro and distro == 'centos-7': | 180 | if distro and distro == 'centos-7': |
| 181 | self.skipTest('virgl isn\'t working with Centos 7') | 181 | self.skipTest('virgl isn\'t working with Centos 7') |
| 182 | if distro and distro == 'centos-8': | ||
| 183 | self.skipTest('virgl isn\'t working with Centos 8') | ||
| 182 | if distro and distro == 'opensuseleap-15.0': | 184 | if distro and distro == 'opensuseleap-15.0': |
| 183 | self.skipTest('virgl isn\'t working with Opensuse 15.0') | 185 | self.skipTest('virgl isn\'t working with Opensuse 15.0') |
| 184 | 186 | ||
