We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad9cd1f + 1d3afa8 commit 1adfeb2Copy full SHA for 1adfeb2
1 file changed
test/integration/test_speech_to_text_v1.py
@@ -57,6 +57,7 @@ def test_recognize(self):
57
assert output['results'][0]['alternatives'][0][
58
'transcript'] == 'thunderstorms could produce large hail isolated tornadoes and heavy rain '
59
60
+ @pytest.mark.skip(reason="Timeout from service")
61
def test_recognitions(self):
62
output = self.speech_to_text.check_jobs().get_result()
63
assert output is not None
0 commit comments