diff --git a/test/main.c b/test/main.c
index 65d0a5bac53333edfb0da55adc1aad3828e0329d..e344616e0f4d8560b98428da62072793dbe3f77f 100644
--- a/test/main.c
+++ b/test/main.c
@@ -4,7 +4,7 @@
 
 int main(void) {
     // switch off debug info from library
-    dap_log_level_set(L_CRITICAL);
-    dap_global_db_tests_run();
+//    dap_log_level_set(L_CRITICAL);
+//    dap_global_db_tests_run();
     return 0;
 }