Commit b556b109 authored by Raphael Beer's avatar Raphael Beer

TMP: disable TimelineTermination testing - almost all are NoReplyErrors

parent 2815d55d
......@@ -442,13 +442,13 @@ class TwitterSession:
if more_replies_test and not get_nested(result, ["tests", "ghost", "ban"], False):
result["tests"]["more_replies"] = await self.test_barrier(user_id)
if result["tests"]["search"] != False:
try:
debug('[TimelineTermination] Requesting status for ' + result["tests"]["search"])
result["tests"]["timeline_termination"] = await TimelineTermination.requestTest(result["tests"]["search"], debug)
except Exception as e:
debug('[TimelineTermination] Request failed for ' + result["tests"]["search"])
debug(e)
# if result["tests"]["search"] != False:
# try:
# debug('[TimelineTermination] Requesting status for ' + result["tests"]["search"])
# result["tests"]["timeline_termination"] = await TimelineTermination.requestTest(result["tests"]["search"], debug)
# except Exception as e:
# debug('[TimelineTermination] Request failed for ' + result["tests"]["search"])
# debug(e)
debug('Writing result for ' + result['profile']['screen_name'] + ' to DB')
db.write_result(result)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment