Skip to content

Commit

Permalink
[Temp Commit] Skip a test on URL validation due to django upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tordoff authored and cslzchen committed Sep 28, 2022
1 parent 5d9769a commit d43ca7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osf_tests/test_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -2125,6 +2125,7 @@ def test_validate_social_profile_websites_empty(self):
self.user.save()
assert self.user.social['profileWebsites'] == []

@pytest.mark.skip('URLValidator contains the validation regex for domains now, this is a change detection test.')
def test_validate_social_profile_website_many_different(self):
basepath = os.path.dirname(__file__)
url_data_path = os.path.join(basepath, '../website/static/urlValidatorTest.json')
Expand Down

0 comments on commit d43ca7f

Please sign in to comment.