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

This reverts commit 0dee43ab9bb8317441e69dca04d9d7d4f65f0fc9.

old-commit-hash: 755a6c0a46
taco
Adeeb Shihadeh 3 years ago
parent f7b76d947a
commit e293303d40
  1. 3
      tools/replay/tests/test_replay.cc

@ -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();
}

Loading…
Cancel
Save