mirror of
https://github.com/GaloisInc/cryptol.git
synced 2025-01-03 21:37:52 +03:00
Update test_error_recovery.py (#1288)
disable certificate verification since test suite uses self signed certs
This commit is contained in:
parent
8bd61befaa
commit
fe5aa6642a
@ -9,7 +9,7 @@ from cryptol.bitvector import BV
|
||||
|
||||
class TestErrorRecovery(unittest.TestCase):
|
||||
def test_ErrorRecovery(self):
|
||||
c = cryptol.sync.connect()
|
||||
c = cryptol.sync.connect(verify=False)
|
||||
|
||||
with self.assertRaises(ArgoException):
|
||||
c.load_file(str(Path('tests','cryptol','test-files','bad.cry')))
|
||||
|
Loading…
Reference in New Issue
Block a user