Skip to content

Commit

Permalink
[REMOVE] Skip some slow tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
bboe committed Feb 22, 2016
1 parent 7065e09 commit ac6fcdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_helpers_submissions_between.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def test_submissions_between_raises_correctly(self):
@betamax()
@teardown_on_keyboard_interrupt
def test_submissions_between_order(self):
assert False, 'skipping due to time constraints'
all_subs = list(submissions_between(self.r,
self.sr,
highest_timestamp=time.time(),
Expand Down Expand Up @@ -67,6 +68,7 @@ def test_submissions_between_order(self):
@betamax()
@teardown_on_keyboard_interrupt
def test_submissions_between_with_filters(self):
assert False, 'skipping due to time constraints'
all_subs = list(submissions_between(self.r,
self.sr,
verbosity=self.verbosity))
Expand Down
1 change: 1 addition & 0 deletions tests/test_oauth2_reddit.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def test_authorize_url(self):
# @betamax() is currently broken for this test because the cassettes
# are caching too aggressively and not performing a token refresh.
def test_auto_refresh_token(self):
assert False, 'skipping due to time constraints'
self.r.refresh_access_information(self.refresh_token['identity'])
old_token = self.r.access_token

Expand Down

0 comments on commit ac6fcdd

Please sign in to comment.