disable commaCarSegments tests (#31632)

disable this test too
pull/31630/head
Justin Newberry 1 year ago committed by GitHub
parent 7208e37f8c
commit f4a7e8eae6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tools/lib/tests/test_comma_car_segments.py

@ -1,3 +1,4 @@
import pytest
import unittest
import requests
@ -6,6 +7,7 @@ from openpilot.tools.lib.logreader import LogReader
from openpilot.tools.lib.route import SegmentRange
@pytest.mark.skip(reason="huggingface is flaky, run this test manually to check for issues")
class TestCommaCarSegments(unittest.TestCase):
def test_database(self):
database = get_comma_car_segments_database()

Loading…
Cancel
Save