mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-28 12:57: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;
|
let videoNoteId;
|
||||||
this.timeout(timeout);
|
this.timeout(timeout);
|
||||||
before(function before() {
|
before(function before() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user