mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-28 04:47:38 +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:
parent
4ed6d945ab
commit
5f7d306f60
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user