2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-28 21:07:39 +00:00

test: skip sendContact

- rate limits still apply
This commit is contained in:
Mohammed Sohail 2019-10-15 21:50:06 +05:30
parent 5553ceecbb
commit 667380f1de
No known key found for this signature in database
GPG Key ID: 7DD45520C01CD85D

View File

@ -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);
});