2
0
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:
GochoMugo 2017-08-06 12:22:43 +03:00
parent 4ed6d945ab
commit 5f7d306f60
No known key found for this signature in database
GPG Key ID: 7B6A01CB57AA39E4

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