Skip to content

Commit 4645a8c

Browse files
committed
unmark fixed tests
1 parent eaae615 commit 4645a8c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Lib/test/test_httplib.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1733,8 +1733,6 @@ def test_networked_trusted_by_default_cert(self):
17331733
h.close()
17341734
self.assertIn('text/html', content_type)
17351735

1736-
# TODO: RUSTPYTHON
1737-
@unittest.expectedFailure
17381736
def test_networked_good_cert(self):
17391737
# We feed the server's cert as a validating cert
17401738
import ssl

Lib/test/test_ssl.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5232,7 +5232,6 @@ def non_linux_skip_if_other_okay_error(self, err):
52325232
# just turn this into an unconditional skip anything but Linux.
52335233
# The important thing is that our CI has the logic covered.
52345234

5235-
@unittest.expectedFailure # TODO: RUSTPYTHON
52365235
def test_preauth_data_to_tls_server(self):
52375236
server_accept_called = threading.Event()
52385237
ready_for_server_wrap_socket = threading.Event()
@@ -5277,7 +5276,6 @@ def call_after_accept(unused):
52775276
wrap_error = None
52785277
server = None
52795278

5280-
@unittest.expectedFailure # TODO: RUSTPYTHON
52815279
def test_preauth_data_to_tls_client(self):
52825280
server_can_continue_with_wrap_socket = threading.Event()
52835281
client_can_continue_with_wrap_socket = threading.Event()

0 commit comments

Comments
 (0)