From a18c6ff20bc9eaacc1c5caa3923ce0b38b96ad0c Mon Sep 17 00:00:00 2001 From: David Mulder Date: Thu, 29 Aug 2024 14:09:56 -0600 Subject: [PATCH] Fix usage test broken by rust vendor sources Signed-off-by: David Mulder Reviewed-by: Alexander Bokovoy --- python/samba/tests/usage.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/samba/tests/usage.py b/python/samba/tests/usage.py index 3312bfe3746..eb43bba64f4 100644 --- a/python/samba/tests/usage.py +++ b/python/samba/tests/usage.py @@ -108,6 +108,8 @@ EXCLUDE_DIRS = { 'python/samba/tests/dcerpc', 'python/samba/tests/krb5', 'python/samba/tests/ndr', + 'bin/default/rust/vendor/unicode-width/scripts', + 'bin/default/rust/vendor/rustls-webpki/tests', } -- 2.47.3