mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-23 15:02:06 +08:00
Revert "tools/replay: reduce test running time (#26110)"
This reverts commit 6d07268ee5.
This commit is contained in:
@@ -207,7 +207,8 @@ void TestReplay::test_seek() {
|
||||
}
|
||||
|
||||
TEST_CASE("Replay") {
|
||||
TestReplay replay(DEMO_ROUTE, (uint8_t)REPLAY_FLAG_NO_VIPC);
|
||||
auto flag = GENERATE(REPLAY_FLAG_NO_FILE_CACHE, REPLAY_FLAG_NONE);
|
||||
TestReplay replay(DEMO_ROUTE, flag);
|
||||
REQUIRE(replay.load());
|
||||
replay.test_seek();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user