Bad packages in testing repos

For some reason there are some packages in testing repos that won’t download or a least appear to not download. They never show up in ‘/var/cache/urpmi/rpms’.

Main-testing:

x11-server-common
x11-server-xorg
x11-server-xwayland
x11-driver-input-libinput
libinput
lib64input10

Restricted-testing:

chromium-browser-stable

If I edit ‘/etc/urpmi/skip.list’ like this:

/^x11-server/
x11-driver-input-libinput
libinput
lib64input10
/^chromium/

everything else currently in testing repos will install.

This seems sorted out now. Thanks Alexander Stefanov-Khryukin.