mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Transip v2.1.1, back out test skips and coverage omits
This commit is contained in:
@@ -11,7 +11,6 @@ from six import text_type
|
||||
from suds import WebFault
|
||||
|
||||
from unittest import TestCase
|
||||
from unittest import skip
|
||||
|
||||
from octodns.provider.transip import TransipProvider
|
||||
from octodns.provider.yaml import YamlProvider
|
||||
@@ -98,9 +97,7 @@ class MockDomainService(DomainService):
|
||||
document = {}
|
||||
raise WebFault(fault, document)
|
||||
|
||||
# FIXME Skipping broken tests for now. Revert this once they are found to
|
||||
# be working again
|
||||
@skip("Skipping broken transip tests")
|
||||
|
||||
class TestTransipProvider(TestCase):
|
||||
|
||||
bogus_key = str("""-----BEGIN RSA PRIVATE KEY-----
|
||||
|
||||
Reference in New Issue
Block a user