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 b20c5b427b..668e978f17 100644 --- a/meta/lib/oeqa/selftest/cases/runtime_test.py +++ b/meta/lib/oeqa/selftest/cases/runtime_test.py | |||
| @@ -185,6 +185,8 @@ class TestImage(OESelftestTestCase): | |||
| 185 | self.skipTest('virgl isn\'t working with Debian 9') | 185 | self.skipTest('virgl isn\'t working with Debian 9') |
| 186 | if distro and distro == 'centos-7': | 186 | if distro and distro == 'centos-7': |
| 187 | self.skipTest('virgl isn\'t working with Centos 7') | 187 | self.skipTest('virgl isn\'t working with Centos 7') |
| 188 | if distro and distro == 'centos-8': | ||
| 189 | self.skipTest('virgl isn\'t working with Centos 8') | ||
| 188 | if distro and distro == 'opensuseleap-15.0': | 190 | if distro and distro == 'opensuseleap-15.0': |
| 189 | self.skipTest('virgl isn\'t working with Opensuse 15.0') | 191 | self.skipTest('virgl isn\'t working with Opensuse 15.0') |
| 190 | 192 | ||
