From 81166a84be44409ab326eb1c4760cb32a9aee0fe Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 17 Mar 2014 18:38:59 +0100 Subject: [PATCH] tests: more fedora kernels unusable for testing raid456 --- test/lib/aux.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/lib/aux.sh b/test/lib/aux.sh index 63896d16b..42ac0a5e3 100644 --- a/test/lib/aux.sh +++ b/test/lib/aux.sh @@ -682,6 +682,8 @@ raid456_replace_works() { # so we need to put here exlusion for kernes which do trace SLUB # case $(uname -r) in + 3.6.*.fc18.i686*|3.6.*.fc18.x86_64) return 1 ;; + 3.9.*.fc19.i686*|3.9.*.fc19.x86_64) return 1 ;; 3.1[0123].*.fc18.i686*|3.1[0123].*.fc18.x86_64) return 1 ;; 3.1[0123].*.fc19.i686*|3.1[0123].*.fc19.x86_64) return 1 ;; 3.13.*.fc20.i686*|3.13.*.fc20.x86_64) return 1 ;;