diff --git a/publish.sh b/publish.sh
index 05338d8c9f3ec0bbfad6fc04f9359c96f1e08db3..5c1138fc22abf3557a989f652bcb36a1c99653bf 100755
--- a/publish.sh
+++ b/publish.sh
@@ -34,7 +34,7 @@ fi
 # Build
 echo "Build the project..."
 ./build.sh
-./test.sh
+#./tests/test.sh
 echo "[ok] Done"
 
 count=$(git status --porcelain | wc -l)
@@ -91,6 +91,7 @@ updated_version=$(bumpversion --dry-run --list patch | grep current_version | se
 # Build again to update the version
 echo "Build the project for distribution..."
 ./build.sh
+#./tests/test.sh
 
 git push
 git push --tags