Skip to content

Commit c471d0d

Browse files
committed
test(integration): Skip/ unskip certian tests
1 parent a78d67c commit c471d0d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/test_discovery_v1.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ def test_feedback(self):
221221
response = self.discovery.query_log(count=2).get_result()
222222
assert response is not None
223223

224+
@pytest.mark.skip(reason="Skip temporarily.")
224225
def test_stopword_operations(self):
225226
with open(os.path.join(os.path.dirname(__file__), '../../resources/stopwords.txt'), 'r') as stopwords_file:
226227
create_stopword_list_result = self.discovery.create_stopword_list(

test/integration/test_speech_to_text_v1.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ def test_recognize(self):
5858
assert output['results'][0]['alternatives'][0][
5959
'transcript'] == 'thunderstorms could produce large hail isolated tornadoes and heavy rain '
6060

61-
@pytest.mark.skip(reason="Timeout from service")
6261
def test_recognitions(self):
6362
output = self.speech_to_text.check_jobs().get_result()
6463
assert output is not None

0 commit comments

Comments
 (0)