Whamcloud - gitweb
LU-12469 mdd: handle migrate case with SELinux
[fs/lustre-release.git] / lustre / tests / sanity.sh
index 0f68ae6..a794bbf 100644 (file)
@@ -51,8 +51,8 @@ fi
 
 selinux_status=$(getenforce)
 if [ "$selinux_status" != "Disabled" ]; then
-       # bug number:    LU-12469 LU-12469
-       ALWAYS_EXCEPT+=" 230b     230d"
+       # bug number:
+       ALWAYS_EXCEPT+=""
 fi
 
 # skip the grant tests for ARM until they are fixed