@@ -124,7 +124,7 @@ describe('speech_to_text_integration', function() {
124124 speech_to_text . getModels ( { } , done ) ;
125125 } ) ;
126126
127- describe ( 'createRecognizeStream() (RC) (credentials from environment/VCAP)' , ( ) => {
127+ describe ( 'createRecognizeStream() (RC) (credentials from environment/VCAP) @slow ' , ( ) => {
128128 let env ;
129129 beforeEach ( function ( ) {
130130 env = process . env ;
@@ -244,7 +244,7 @@ describe('speech_to_text_integration', function() {
244244 } ) ;
245245 } ) ;
246246
247- describe ( 'customization' , function ( ) {
247+ describe ( 'customization @slow ' , function ( ) {
248248 let customization_id ;
249249
250250 // many API calls leave the customization in a pending state.
@@ -372,7 +372,7 @@ describe('speech_to_text_integration', function() {
372372 ) ;
373373
374374 it (
375- 'addCorpus() - string, overwrite @slow ' ,
375+ 'addCorpus() - string, overwrite' ,
376376 waitUntilReady ( function ( done ) {
377377 speech_to_text . addCorpus (
378378 {
@@ -393,7 +393,7 @@ describe('speech_to_text_integration', function() {
393393 } ) ;
394394
395395 it (
396- 'addWords() @slow ' ,
396+ 'addWords()' ,
397397 waitUntilReady ( function ( done ) {
398398 speech_to_text . addWords (
399399 {
@@ -417,7 +417,7 @@ describe('speech_to_text_integration', function() {
417417 ) ;
418418
419419 it (
420- 'addWord() @slow ' ,
420+ 'addWord()' ,
421421 waitUntilReady ( function ( done ) {
422422 speech_to_text . addWord (
423423 {
@@ -486,7 +486,7 @@ describe('speech_to_text_integration', function() {
486486 ) ;
487487
488488 it (
489- 'deleteAudio() @slow ' ,
489+ 'deleteAudio()' ,
490490 waitUntilReady ( function ( done ) {
491491 speech_to_text . deleteAudio (
492492 {
@@ -516,7 +516,7 @@ describe('speech_to_text_integration', function() {
516516 ) ;
517517
518518 it (
519- 'recognize() - with customization @slow ' ,
519+ 'recognize() - with customization' ,
520520 waitUntilReady ( function ( done ) {
521521 const params = {
522522 audio : fs . createReadStream ( path . join ( __dirname , '../resources/weather.ogg' ) ) ,
0 commit comments