mdadm 4.5 checks the last 32 MB for DDF, which causes the tests to run
into a timeout:
```
[ 65.132396] (udev-worker)[521]: sdb: Spawned process '/sbin/mdadm -I /dev/sdb' [920] is taking longer than 59s to complete.
[ 65.133321] systemd-udevd[512]: sdb: Worker [521] processing SEQNUM=1459 is taking a long time.
[ 65.133942] systemd-udevd[512]: sdc: Worker [516] processing SEQNUM=1471 is taking a long time.
```
This regression has been fixed in mdadm 4.5-5.
Fixes: https://github.com/dracut-ng/dracut-ng/issues/2199
matrix:
container:
- debian:latest
- # https://github.com/dracut-ng/dracut-ng/issues/2199
- # - debian:sid
+ - debian:sid
- ubuntu:devel
- ubuntu:rolling
test: