Skip to content

Commit 1a549b4

Browse files
committed
Missed a test in the AWS-LC client sigalgs fix
1 parent 2b336ed commit 1a549b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_ssl.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4310,6 +4310,8 @@ def test_groups(self):
43104310
chatty=True, connectionchatty=True,
43114311
sni_name=hostname)
43124312

4313+
@unittest.skipUnless(CAN_SET_CLIENT_SIGALGS,
4314+
"AWS-LC doesn't support setting client sigalgs")
43134315
def test_client_sigalgs(self):
43144316
# no mutual auth, so cient_sigalg should be None
43154317
client_context, server_context, hostname = testing_context()

0 commit comments

Comments
 (0)