selftest/reproducible: add webkitgtk back to exclusion list for dunfell

We are still getting occassional failures to reproduce

(From OE-Core rev: 0d3603f9433266b619adf59bf5e5d346b0405062)

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Steve Sakoman
2021-11-10 08:19:17 -10:00
committed by Richard Purdie
parent 0d6ebaf8ff
commit 25b072541c

View File

@@ -59,6 +59,7 @@ exclude_packages = [
'systemd-bootchart',
'systemtap',
'valgrind-ptest',
'webkitgtk',
]
def is_excluded(package):