diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index 84937ceb4bd8090095a99d984295258777c02199..512ebf697f7edc6a7b56a385d0c927d29b5c27b5 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -2812,6 +2812,7 @@ static const struct alg_test_desc alg_test_descs[] = {
 	}, {
 		.alg = "cts(cbc(aes))",
 		.test = alg_test_skcipher,
+		.fips_allowed = 1,
 		.suite = {
 			.cipher = __VECS(cts_mode_tv_template)
 		}