diff --git a/ietf/api/tests.py b/ietf/api/tests.py index 3664cc579..f1333ccf7 100644 --- a/ietf/api/tests.py +++ b/ietf/api/tests.py @@ -868,8 +868,6 @@ class TastypieApiTestCase(ResourceTestCaseMixin, TestCase): "There doesn't seem to be any API resource for model %s.models.%s"%(app.__name__,model.__name__,)) -from unittest import skip -@skip("Holding fixup for later: DO NOT MERGE this line") ##TODO class RfcdiffSupportTests(TestCase): def setUp(self):