diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index ed059e092066d883a1aba9e6e81155418f97d587..5026f661fcec89041e3605db839867e6956543f9 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -1617,8 +1617,9 @@ test_63() { done for i in /proc/fs/lustre/osc/*/max_dirty_mb ; do - echo $[ 60 * 1025 *1024 ] > $i + echo $[ 64 ] > $i done + true } run_test 63 "Verify osic_wait interruption does not crash"