mirror of
https://github.com/python/cpython.git
synced 2026-01-30 14:46:17 +00:00
gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (GH-139552) Currently, Fedora 42 uses a custom Linux Kernel 6.16.9 that backported an upstream change from 6.17-rc7 [1,3] but not its subsequent fix [2]. Until the issue is resolved upstream, we skip the failing test `test_socket.test_aead_aes_gcm` for kernel versions between 6.16 and 6.17.x. [1]1b34cbbf4f[2]d0ca0df179. [3]45bcf60fe4(cherry picked from commit 41712c4e095b2cc988febfe3887616c2779c6210) Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>