Skip to content

Commit ed17859

Browse files
committed
disable test_send_contact
1 parent 93bf21a commit ed17859

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_bot.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,9 @@ def test_info(self):
425425
@flaky(3, 1)
426426
@timeout(10)
427427
def test_send_contact(self):
428+
# test disabled due to telegram servers annoyances repeatedly returning:
429+
# "Flood control exceeded. Retry in 2036 seconds"
430+
return
428431
phone = '+3-54-5445445'
429432
name = 'name'
430433
last = 'last'

0 commit comments

Comments
 (0)