2
0
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:
GochoMugo
2017-08-06 12:22:43 +03:00
parent 4ed6d945ab
commit 5f7d306f60

View File

@@ -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() {