mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-31 06:16:07 +00:00
test: Skip tests on TelegramBot#sendVideoNote()
References: * BR: https://github.com/yagop/node-telegram-bot-api/issues/365
This commit is contained in:
@@ -715,7 +715,7 @@ describe('TelegramBot', function telegramSuite() {
|
||||
});
|
||||
});
|
||||
|
||||
describe('#sendVideoNote', function sendVideoNoteSuite() {
|
||||
describe.skip('#sendVideoNote', function sendVideoNoteSuite() {
|
||||
let videoNoteId;
|
||||
this.timeout(timeout);
|
||||
before(function before() {
|
||||
|
Reference in New Issue
Block a user