File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -232,22 +232,19 @@ def test_delete_field(db):
232232 snippets .delete_field ()
233233
234234
235- @pytest .mark .skip (reason = 'Test is timing out CI' )
236235def test_listen_document (capsys ):
237236 snippets .listen_document ()
238237 out , _ = capsys .readouterr ()
239238 assert 'Received document snapshot: SF' in out
240239
241240
242- @pytest .mark .skip (reason = 'Test is timing out CI' )
243241def test_listen_multiple (capsys ):
244242 snippets .listen_multiple ()
245243 out , _ = capsys .readouterr ()
246244 assert 'Current cities in California:' in out
247245 assert 'SF' in out
248246
249247
250- @pytest .mark .skip (reason = 'Test is timing out CI' )
251248def test_listen_for_changes (capsys ):
252249 snippets .listen_for_changes ()
253250 out , _ = capsys .readouterr ()
You can’t perform that action at this time.
0 commit comments