Whamcloud - gitweb
LU-14045 sec: fix O_DIRECT and encrypted files
[fs/lustre-release.git] / lustre / tests / sanity.sh
index 01229b1..3fcbc65 100755 (executable)
@@ -60,11 +60,6 @@ if [[ $(uname -m) = aarch64 ]]; then
        ALWAYS_EXCEPT+=" 400a     400b"
 fi
 
-# skip splice tests on kernels >= 4.15.0 until they are fixed
-if [ $LINUX_VERSION_CODE -ge $(version_code 4.15.0) ]; then
-       # bug number:   LU-14045
-       ALWAYS_EXCEPT+=" 426"
-fi
 # 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