diff --git a/post/tests.c b/post/tests.c
index cdf4c8641943caa5188b3f418aebdf55ab1c24a0..a790c789d63fbf51df9a90bc2e13fdd404776970 100644
--- a/post/tests.c
+++ b/post/tests.c
@@ -66,7 +66,7 @@ struct post_test post_list[] =
 	"OCM test",
 	"ocm",
 	"This test checks on chip memory (OCM).",
-	POST_ROM | POST_ALWAYS | POST_PREREL | POST_CRITICAL,
+	POST_ROM | POST_ALWAYS | POST_PREREL | POST_CRITICAL | POST_STOP,
 	&ocm_post_test,
 	NULL,
 	NULL,