test: Skip tests on TelegramBot#sendVideoNote()

References:

  * BR: https://github.com/yagop/node-telegram-bot-api/issues/365
v1
GochoMugo 9 years ago
parent 4ed6d945ab
commit 5f7d306f60
No known key found for this signature in database
GPG Key ID: 7B6A01CB57AA39E4
  1. 2
      test/telegram.js

@ -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…
Cancel
Save