From 667380f1de01bb57d5040d126e2026869746dcba Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Tue, 15 Oct 2019 21:50:06 +0530 Subject: [PATCH] test: skip sendContact - rate limits still apply --- test/telegram.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/telegram.js b/test/telegram.js index c0f9dfd..a0179c7 100644 --- a/test/telegram.js +++ b/test/telegram.js @@ -1112,7 +1112,7 @@ describe('TelegramBot', function telegramSuite() { // to retry after ~72000 secs (1200 mins / 20 hrs). // We surely can NOT wait for that much time during testing // (or in most practical cases for that matter!) - describe('#sendContact', function sendContactSuite() { + describe.skip('#sendContact', function sendContactSuite() { before(function before() { utils.handleRatelimit(bot, 'sendContact', this); });