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

old-commit-hash: 261d51de414b9cb1001639e513b8182ac3682e33
This commit is contained in:
Dean Lee
2021-10-06 18:27:52 +08:00
committed by GitHub
parent 79d5c6107b
commit d6614c3c89
+2 -1
View File
@@ -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();
}
*/