Message ID | 20250122100324.1561841-3-alex.kanavin@gmail.com |
---|---|
State | Accepted, archived |
Commit | ee674a0494a667a9fd2a3691618f736f6a58fb76 |
Headers | show |
Series | [1/3] tcl: disable 'zipfs' feature | expand |
diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index 27090ae5cd9..4843d810a20 100644 --- a/meta/lib/oeqa/selftest/cases/runtime_test.py +++ b/meta/lib/oeqa/selftest/cases/runtime_test.py @@ -273,6 +273,8 @@ TEST_RUNQEMUPARAMS += " slirp" import subprocess, os distro = oe.lsb.distro_identifier() + # Merge request to address the issue on centos/rhel/derivatives: + # https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3449 if distro and (distro in ['debian-9', 'debian-10', 'centos-7', 'centos-8', 'centos-9', 'ubuntu-16.04', 'ubuntu-18.04'] or distro.startswith('almalinux') or distro.startswith('rocky')): self.skipTest('virgl headless cannot be tested with %s' %(distro))