X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fsanity.sh;h=d9012f136c9bdaff3e15acd2cdd63e0f15ddce59;hp=f509d968dead0bb341e6bf3163829bc1f1e17f35;hb=3e2c28437404b0ccbd7bbfb8f77788678975b63d;hpb=3448cdc16e361d2504f2f5b0982c92d7a0de933d diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index f509d96..d9012f1 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -63,8 +63,8 @@ if [[ $(uname -m) = aarch64 ]]; then ALWAYS_EXCEPT+=" 45 317" fi -# skip nfs tests on kernels >= 4.14.0 until they are fixed -if [ $LINUX_VERSION_CODE -ge $(version_code 4.14.0) ]; then +# skip nfs tests on kernels >= 4.12.0 until they are fixed +if [ $LINUX_VERSION_CODE -ge $(version_code 4.12.0) ]; then # bug number: LU-12661 ALWAYS_EXCEPT+=" 817" fi