tools/replay: reduce test running time (#26110)

old-commit-hash: 6d07268ee5b385010961eab206b0b42a0ae6b5f8
This commit is contained in:
Dean Lee
2022-10-18 01:39:07 +08:00
committed by GitHub
parent 16719eb43b
commit b44b9b989e
+1 -2
View File
@@ -207,8 +207,7 @@ void TestReplay::test_seek() {
}
TEST_CASE("Replay") {
auto flag = GENERATE(REPLAY_FLAG_NO_FILE_CACHE, REPLAY_FLAG_NONE);
TestReplay replay(DEMO_ROUTE, flag);
TestReplay replay(DEMO_ROUTE, (uint8_t)REPLAY_FLAG_NO_VIPC);
REQUIRE(replay.load());
replay.test_seek();
}