From 6e86d8606d0ef61cf9f6b1cc60f528522aa4269a Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Sat, 27 Jan 2024 19:12:07 -0800 Subject: [PATCH] test_descr stack overflow --- src/tests/python_tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tests/python_tests.yaml b/src/tests/python_tests.yaml index c3ebbf14358..1fece4ae267 100644 --- a/src/tests/python_tests.yaml +++ b/src/tests/python_tests.yaml @@ -309,7 +309,8 @@ - test_decorators - test_defaultdict - test_deque -- test_descr +- test_descr: + xfail: stack overflow - test_descrtut - test_devpoll - test_dict