diff --git a/src/modules/batch/tests_impl.h b/src/modules/batch/tests_impl.h index 8d51e52a30..441bbc1354 100644 --- a/src/modules/batch/tests_impl.h +++ b/src/modules/batch/tests_impl.h @@ -224,7 +224,7 @@ void test_batch_api(void) { void run_batch_tests(void) { - test_batch_api(); + /* test_batch_api(); */ test_batch_sha256_tagged(); }