Skip to content

Commit c4d8dad

Browse files
committed
Re-enable test previously skipped due to pysaml2 bug
1 parent ce994a6 commit c4d8dad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

djangosaml2/tests/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ def test_logout(self):
318318
self.assertSAMLRequestsEquals(decode_base64_and_inflate(saml_request).decode('utf-8'),
319319
expected_request)
320320

321-
@skip("This is a known issue caused by pysaml2. Needs more investigation. Fixes are welcome.")
322321
def test_logout_service_local(self):
323322
settings.SAML_CONFIG = conf.create_conf(
324323
sp_host='sp.example.com',

0 commit comments

Comments
 (0)