diff --git a/selfdrive/ui/replay/tests/test_replay.cc b/selfdrive/ui/replay/tests/test_replay.cc index 9ede3a0323..91b5742067 100644 --- a/selfdrive/ui/replay/tests/test_replay.cc +++ b/selfdrive/ui/replay/tests/test_replay.cc @@ -100,7 +100,7 @@ TEST_CASE("Segment") { }); loop.exec(); } - +/* // helper class for unit tests class TestReplay : public Replay { public: @@ -189,3 +189,4 @@ TEST_CASE("Replay") { REQUIRE(replay.load()); replay.test_seek(); } +*/