qbsp: detail seals in q2 test passes now

This commit is contained in:
Eric Wasylishen 2022-06-18 13:48:30 -06:00
parent b91973bae1
commit 6fb3bf957a
1 changed files with 1 additions and 1 deletions

View File

@ -1378,7 +1378,7 @@ TEST_CASE("qbsp_q2_seal_empty_rooms", "[testmaps_q2]") {
/**
* Detail seals in Q2
**/
TEST_CASE("qbsp_q2_detail_seals", "[testmaps_q2][!mayfail]") {
TEST_CASE("qbsp_q2_detail_seals", "[testmaps_q2]") {
const auto [bsp, bspx, prt] = LoadTestmapQ2("qbsp_q2_detail_seals.map");
CHECK(GAME_QUAKE_II == bsp.loadversion->game->id);