cleanup tests that are now useless (#31098)

* disable that onoe

* e2e tests catch this

* rm more useless checks
old-commit-hash: 78e20cff3906ee76c356e8bdef920397e60389b4
This commit is contained in:
Adeeb Shihadeh
2024-01-21 14:49:57 -08:00
committed by GitHub
parent 13896fad3d
commit 5e9dc2c415
4 changed files with 3 additions and 37 deletions
@@ -181,6 +181,7 @@ class TestMapRenderer(unittest.TestCase):
self._run_test(False)
@with_processes(["mapsd"])
@pytest.mark.skip(reason="slow, flaky, and unlikely to break")
def test_recover_from_no_internet(self):
self._setup_test()
self._run_test(True)