test_replay: temporarily comment out some unit tests (#22447)

old-commit-hash: 261d51de41
commatwo_master
Dean Lee 4 years ago committed by GitHub
parent 79d5c6107b
commit d6614c3c89
  1. 3
      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();
}
*/

Loading…
Cancel
Save