Skip to content

Commit 33934a9

Browse files
Anwesha NaskarAnwesha Naskar
authored andcommitted
ci(travis): add another test to be slow
1 parent cbb0b7a commit 33934a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test.speech_to_text.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ describe('speech_to_text_integration', function() {
113113
speech_to_text.getModels({}, done);
114114
});
115115

116-
describe('createRecognizeStream()', () => {
116+
describe('createRecognizeStream() @slow', () => {
117117
it('transcribes audio over a websocket', function(done) {
118118
const recognizeStream = speech_to_text.createRecognizeStream();
119119
recognizeStream.setEncoding('utf8');

0 commit comments

Comments
 (0)