make pems not convert and skip a test

This commit is contained in:
Amber Brown 2018-05-16 17:13:42 -04:00
parent 405d0e3ef8
commit 2b361ba97e
2 changed files with 4 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.pem -text

View File

@ -310,6 +310,9 @@ class UDPTests(unittest.TestCase):
d.addCallback(cbFinished)
return d
if os.environ.get("INFRASTRUCTURE") == "MSVSHOSTED":
test_connectionRefused.skip = "Hangs on MSVS Hosted due to firewall"
def test_badConnect(self):
"""