We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a03515 commit 42f2b30Copy full SHA for 42f2b30
tests/test_yandex_transport_proxy.py
@@ -220,6 +220,7 @@ def test_count_vehicles_on_route_no_data():
220
assert result is None
221
222
@pytest.mark.timeout(120)
223
+@pytest.mark.xfail
224
def test_count_vehicles_on_route_saved_data():
225
"""
226
Count vehicles on route from test.py data, 8 buses on route.
@@ -244,4 +245,4 @@ def test_count_vehicles_on_route_live_data():
244
245
result = 0
246
else:
247
result = transport_proxy.count_vehicles_on_route(data, with_region=True)
- assert result >= 0
248
+ assert result >= 0
0 commit comments