testqbsp: remove !mayfail from dm1 test

This commit is contained in:
Eric Wasylishen 2022-07-07 10:12:52 -06:00
parent c2a2890240
commit 8a4caa40a2
1 changed files with 1 additions and 1 deletions

View File

@ -1380,7 +1380,7 @@ TEST_CASE("base1", "[testmaps_q2][.releaseonly]")
CHECK(3 == bsp.dareas.size());
}
TEST_CASE("quake maps", "[testmaps_q1][.releaseonly][!mayfail]")
TEST_CASE("quake maps", "[testmaps_q1][.releaseonly]")
{
std::vector<std::string> quake_maps{"DM1.map"};
// fixme-brushbsp: enable the rest of these