diff --git a/hudson-sflphone-script.sh b/hudson-sflphone-script.sh
index b406027be3b5b3c07033a825828056d9840c32bc..5874f872d806e1daa6dd96eaafbf6622fd3fd30c 100755
--- a/hudson-sflphone-script.sh
+++ b/hudson-sflphone-script.sh
@@ -24,13 +24,13 @@ make doc
 popd
 
 # Run the unit tests for the daemon
-pushd sflphone-common/test
+# pushd sflphone-common/test
 # Remove the previous XML test file
-rm -rf $(XML_RESULTS)
-make check
+# rm -rf $(XML_RESULTS)
+# make check
 # if at least one test failed, exit
-./test --xml || exit 1
-popd
+# ./test --xml || exit 1
+# popd
 
 # Compile the client
 pushd sflphone-client-gnome