tests/net_inet/tls_text_errors.py: Add exp file to run on axTLS.

axTLS will print a warning, and the added .exp file will skip that line.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2025-10-07 12:35:41 +11:00
parent e1a6c11f42
commit c5c03e74ab
2 changed files with 3 additions and 0 deletions

View File

@@ -548,6 +548,7 @@ tests_with_regex_output = [
"basics/bytes_compare3.py",
"basics/builtin_help.py",
"misc/sys_settrace_cov.py",
"net_inet/tls_text_errors.py",
"thread/thread_exc2.py",
"ports/esp32/partition_ota.py",
)