Skip to content

Commit 0353e3b

Browse files
authored
re-enable ssl test with the ca signed certificate (#167)
1 parent 85cf2f4 commit 0353e3b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/ssl/ssl_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ def test_ssl_enabled_is_client_live(self):
4141
client.shutdown()
4242

4343
def test_ssl_enabled_trust_default_certificates(self):
44-
self.skipTest("Ignore Let's Encrypt test until a solution is found for the expired certificate")
45-
4644
# Member started with Let's Encrypt certificate
4745
cluster = self.create_cluster(self.rc, self.configure_cluster(self.default_ca_xml))
4846
cluster.start_member()

0 commit comments

Comments
 (0)