Skip to content

Commit

Permalink
Remove recently added test (certbot#3844)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaszbz committed Dec 3, 2016
1 parent 0e237e1 commit 7767f62
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions certbot/tests/cli_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -735,11 +735,6 @@ def test_renew_verb(self):
args = ["renew", "--dry-run", "-tvv"]
self._test_renewal_common(True, [], args=args, should_renew=True)

def test_must_staple_renew(self):
self._make_lineage('sample-renewal.conf')
args = ["renew", "--must-staple"]
self._test_renewal_common(True, [], args=args, should_renew=True)

def test_quiet_renew(self):
self._make_lineage('sample-renewal.conf')
args = ["renew", "--dry-run"]
Expand Down

0 comments on commit 7767f62

Please sign in to comment.