Skip to content

Commit 7c4b988

Browse files
author
J C
committed
Skip speech api test for now.
Travis isn't liking it..
1 parent 8dfe42a commit 7c4b988

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

speech/api/speech_streaming_test.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@ def mock_audio_stream(channels, rate, chunk):
5353
return mock_audio_stream
5454

5555

56-
# grpc doesn't yet support python3 https://github.com/grpc/grpc/issues/282
56+
@pytest.mark.skip(reason='speech api is being flaky')
5757
@pytest.mark.skipif(
58-
sys.version_info >= (3, 0), reason="can't get grpc lib to work in python3")
58+
sys.version_info >= (3, 0),
59+
reason=("grpc doesn't yet support python3 "
60+
'https://github.com/grpc/grpc/issues/282'))
5961
def test_main(resource, monkeypatch, capsys):
6062
monkeypatch.setattr(
6163
speech_streaming, 'record_audio',

0 commit comments

Comments
 (0)