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

This reverts commit 6d07268ee5.
This commit is contained in:
Adeeb Shihadeh
2022-10-17 19:15:21 -07:00
parent baca1cae1f
commit 755a6c0a46
+2 -1
View File
@@ -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();
}