mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
test_replay: temporarily comment out some unit tests (#22447)
old-commit-hash: 261d51de414b9cb1001639e513b8182ac3682e33
This commit is contained in:
@@ -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();
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user