Skip to content

Commit

Permalink
Restandardize gandi tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Ferrand committed Jun 15, 2017
1 parent 3e6e62f commit 59062c6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/providers/test_gandi.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ class GandiProviderTests(TestCase, IntegrationTests):
provider_name = 'gandi'
domain = 'reachlike.ca'

def _test_options(self):
cmd_options = env_auth_options(self.provider_name)
cmd_options['domain'] = self.domain
return cmd_options

@pytest.mark.skip(reason="can not set ttl when creating/updating records")
def test_Provider_when_calling_list_records_after_setting_ttl(self):
return

0 comments on commit 59062c6

Please sign in to comment.