diff --git a/dev/run-tests b/dev/run-tests
index a6fcc40a5ba6e33dc8f28ce02c8ed64e6220c8f3..fff949e04fcd73a4a3d77634abdcf349dec3c3c6 100755
--- a/dev/run-tests
+++ b/dev/run-tests
@@ -49,7 +49,7 @@ dev/scalastyle
 echo "========================================================================="
 echo "Running Spark unit tests"
 echo "========================================================================="
-sbt/sbt assembly test | grep -v -e "info.*Resolving" -e "warn.*Merging" -e "info.*Including"
+sbt/sbt assembly test
 
 echo "========================================================================="
 echo "Running PySpark tests"