diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile
index 1ded26788d413324dcbd4fc2551148460398edcb..f8a37eabcef244ee3dcffe46de9c4e64fa27ae3a 100644
--- a/ci/Jenkinsfile
+++ b/ci/Jenkinsfile
@@ -121,11 +121,11 @@ pipeline {
                         errorOccurred = true
                     }
 
-                    try {
+                    /*try {
                         sh 'cd /jami-client-android/ci && ./download_screenshots.sh'
                     } catch (Exception e) {
                         echo "Failed to download screenshots: ${e.getMessage()}"
-                    }
+                    }*/
 
                     // Archive tests output and save it as Jenkins artifact
                     sh 'cd /jami-client-android/ci/spoon-output && zip -r ../ui-test-output.zip *'