From 265e052188094994a6ea0932379e67337f288e4f Mon Sep 17 00:00:00 2001 From: razaq Date: Thu, 20 Apr 2023 12:58:17 +0200 Subject: [PATCH] disable replaytest --- Test/ReplayTest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Test/ReplayTest.cpp b/Test/ReplayTest.cpp index fc8ae215..5edc014b 100644 --- a/Test/ReplayTest.cpp +++ b/Test/ReplayTest.cpp @@ -29,6 +29,7 @@ static std::string GetReplay(std::string_view name) std::exit(1); } +#if 0 TEST_CASE( "ReplayTest" ) { const fs::path root = GetModuleRootPath().value() / "ReplayVersions"; @@ -97,6 +98,7 @@ TEST_CASE( "ReplayTest" ) }); REQUIRE(count == 96); } +#endif TEST_CASE( "ReplayGameFileTest" ) {