From 68c74742ed950eba7ac840da460b1b162b934654 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Tue, 15 Aug 2023 12:36:05 +1200 Subject: [PATCH] tests/krb5: Remove incorrect comments Now that the INT64 claim IDL definition has been corrected, these tests should pass against Windows. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15452 Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Tue Aug 15 19:41:50 UTC 2023 on atb-devel-224 (cherry picked from commit 37fdd79cc0b83b44cb4d4c457fbb8e7410655b24) --- python/samba/tests/krb5/claims_tests.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python/samba/tests/krb5/claims_tests.py b/python/samba/tests/krb5/claims_tests.py index d19255b7a54..8df4595079d 100755 --- a/python/samba/tests/krb5/claims_tests.py +++ b/python/samba/tests/krb5/claims_tests.py @@ -1002,8 +1002,6 @@ class ClaimsTests(KDCBaseTest): 'class': 'user', }, { - # This test fails on Windows, which for an integer syntax claim - # issues corrupt data shifted four bytes to the right. 'name': 'integer syntax', 'claims': [ { @@ -1021,8 +1019,6 @@ class ClaimsTests(KDCBaseTest): 'class': 'user', }, { - # This test fails on Windows, which for an integer syntax claim - # issues corrupt data that cannot be NDR unpacked. 'name': 'integer syntax, duplicate claim', 'claims': [ { -- 2.11.4.GIT