Skip to content

Commit

Permalink
Skip pending tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed Oct 19, 2023
1 parent 1d7ab08 commit 575daf2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions apps/accounts/tests/test_provider_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -1783,21 +1783,23 @@ def test_saving_changes_to_hp_with_new_verification_request(client,
assert pr_first_location.country == updated_hp.country
assert pr_first_location.city == updated_hp.city


def test_other_hosting_provider_with_no_city_creates_location(self):
@pytest.mark.skip(reason="pending")
def test_other_hosting_provider_with_no_city_creates_location():
"""
hosting provider with just a country should show the city and country
"""
pass

def test_request_from_hosting_provider_with_loads_of_IP_ranges(self):
@pytest.mark.skip(reason="pending")
def test_request_from_hosting_provider_with_loads_of_IP_ranges():
"""
hosting provider has loads of IP ranges more than is reasonable
to add manually. we dont' want them to appear as NONE on the preview
"""
pass

def test_request_from_host_provider_finishes_in_sensible_time(self):
@pytest.mark.skip(reason="pending")
def test_request_from_host_provider_finishes_in_sensible_time():
"""
hosting provider with just a country should show the city and country
"""
Expand Down

0 comments on commit 575daf2

Please sign in to comment.