Skip to content

Commit

Permalink
disable replaytest
Browse files Browse the repository at this point in the history
  • Loading branch information
razaqq committed Apr 20, 2023
1 parent a9d3f67 commit 265e052
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Test/ReplayTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -97,6 +98,7 @@ TEST_CASE( "ReplayTest" )
});
REQUIRE(count == 96);
}
#endif

TEST_CASE( "ReplayGameFileTest" )
{
Expand Down

0 comments on commit 265e052

Please sign in to comment.