ssl-opt.sh tests for serialization are currently using stub implementation
diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh
index 751f8bc..141b8ac 100755
--- a/tests/ssl-opt.sh
+++ b/tests/ssl-opt.sh
@@ -1283,7 +1283,7 @@
# Tests for Context serialization
requires_config_enabled MBEDTLS_SSL_CONTEXT_SERIALIZATION
-run_test "Context serialization, client serializes/deserializes" \
+run_test "(STUB) Context serialization, client serializes/deserializes" \
"$P_SRV serialize=0 exchanges=2" \
"$P_CLI serialize=1 exchanges=2" \
0 \
@@ -1291,7 +1291,7 @@
-S "Deserializing connection..."
requires_config_enabled MBEDTLS_SSL_CONTEXT_SERIALIZATION
-run_test "Context serialization, server serializes/deserializes" \
+run_test "(STUB) Context serialization, server serializes/deserializes" \
"$P_SRV serialize=1 exchanges=2" \
"$P_CLI serialize=0 exchanges=2" \
0 \
@@ -1299,7 +1299,7 @@
-s "Deserializing connection..."
requires_config_enabled MBEDTLS_SSL_CONTEXT_SERIALIZATION
-run_test "Context serialization, both serialize/deserialize" \
+run_test "(STUB) Context serialization, both serialize/deserialize" \
"$P_SRV serialize=1 exchanges=2" \
"$P_CLI serialize=1 exchanges=2" \
0 \