File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ def test_submissions_between_raises_correctly(self):
39
39
@betamax ()
40
40
@teardown_on_keyboard_interrupt
41
41
def test_submissions_between_order (self ):
42
+ assert False , 'skipping due to time constraints'
42
43
all_subs = list (submissions_between (self .r ,
43
44
self .sr ,
44
45
highest_timestamp = time .time (),
@@ -67,6 +68,7 @@ def test_submissions_between_order(self):
67
68
@betamax ()
68
69
@teardown_on_keyboard_interrupt
69
70
def test_submissions_between_with_filters (self ):
71
+ assert False , 'skipping due to time constraints'
70
72
all_subs = list (submissions_between (self .r ,
71
73
self .sr ,
72
74
verbosity = self .verbosity ))
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ def test_authorize_url(self):
49
49
# @betamax() is currently broken for this test because the cassettes
50
50
# are caching too aggressively and not performing a token refresh.
51
51
def test_auto_refresh_token (self ):
52
+ assert False , 'skipping due to time constraints'
52
53
self .r .refresh_access_information (self .refresh_token ['identity' ])
53
54
old_token = self .r .access_token
54
55
You can’t perform that action at this time.
0 commit comments