Skip to content

Commit

Permalink
Mark test as failing for now.
Browse files Browse the repository at this point in the history
Something for #402.
  • Loading branch information
decentral1se authored and lwm committed Aug 6, 2017
1 parent 5695ed2 commit b447014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_oic_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,7 @@ def test_verify_sector_identifier_nonreachable(self):

assert len(logcap.records) == 0

@pytest.mark.skip(reason='https://github.com/OpenIDC/pyoidc/issues/402')
def test_verify_sector_identifier_error(self):
rr = RegistrationRequest(operation="register", sector_identifier_uri="https://example.com")
error = ConnectionError('broken connection')
Expand Down

0 comments on commit b447014

Please sign in to comment.