diff --git a/Utils/scripts/analysis.sh b/Utils/scripts/analysis.sh
index 1c10fb23994c5ff969a54c96c41d967f061ca102..08b678444977e2abf95c0068e8f9debf2441c9dc 100755
--- a/Utils/scripts/analysis.sh
+++ b/Utils/scripts/analysis.sh
@@ -23,7 +23,7 @@ export SOURCES_TO_ANALYZE="Src Examples"
 
 # run cppcheck analysis
 # commented for now because too long
-cppcheck -v -f --language=c++ --platform=unix64 --enable=all --xml --xml-version=2 --suppress=missingIncludeSystem  -ISrc -IBuild/Src ${SOURCES_TO_ANALYZE} 2> scalfmm-cppcheck.xml
+#cppcheck -v -f --language=c++ --platform=unix64 --enable=all --xml --xml-version=2 --suppress=missingIncludeSystem  -ISrc -IBuild/Src ${SOURCES_TO_ANALYZE} 2> scalfmm-cppcheck.xml
 
 # run rats analysis
 rats -w 3 --xml ${SOURCES_TO_ANALYZE} > scalfmm-rats.xml