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:
parent
5553ceecbb
commit
667380f1de
@ -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);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user