diff --git a/packages/speech/system-test/speech.js b/packages/speech/system-test/speech.js index 671a9ae334a..d41f627d768 100644 --- a/packages/speech/system-test/speech.js +++ b/packages/speech/system-test/speech.js @@ -143,7 +143,7 @@ describe('Speech', function() { }); describe('startRecognition', function() { - it.only('recognizes speech from raw audio', function(done) { + it('recognizes speech from raw audio', function(done) { fs.readFile(AUDIO_FILES.bridge.path, function(err, audioFile) { assert.ifError(err);