1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

test: Add the 64b fc17 kernel to the mirror recovery blacklist.

This commit is contained in:
Petr Rockai 2013-09-06 16:35:49 +02:00
parent 10a5838a60
commit fe6b19a6a3

View File

@ -606,6 +606,7 @@ api() {
skip_if_mirror_recovery_broken() {
if test `uname -r` = 3.3.4-5.fc17.i686; then skip; fi
if test `uname -r` = 3.3.4-5.fc17.x86_64; then skip; fi
}
udev_wait() {