diff --git a/test/test_workflow_local.sh b/test/test_workflow_local.sh
index 7c234ebf7e6744c9875333de7feffd0138482e4d..0d82f12c6d9133ba8671fdccb25d68b0c6922f79 100755
--- a/test/test_workflow_local.sh
+++ b/test/test_workflow_local.sh
@@ -3,8 +3,8 @@
 # Tear down test environment
 cleanup () {
     rc=$?
-    rm -rf .snakemake/
-    rm -rf logs/
+    #rm -rf .snakemake/
+    #rm -rf logs/
     rm -rf results/
     cd $user_dir
     echo "Exit status: $rc"