testqbsp: remove mayfail
This commit is contained in:
parent
1c4b90a032
commit
6770d8aa34
|
|
@ -1357,7 +1357,7 @@ TEST_CASE("qbsp_q2_bmodel_collision", "[testmaps_q2]") {
|
|||
CHECK(Q2_CONTENTS_SOLID == BSP_FindLeafAtPoint(&bsp, &bsp.dmodels[1], in_bmodel)->contents);
|
||||
}
|
||||
|
||||
TEST_CASE("q2_liquids", "[testmaps_q2][!mayfail]")
|
||||
TEST_CASE("q2_liquids", "[testmaps_q2]")
|
||||
{
|
||||
const auto [bsp, bspx, prt] = LoadTestmapQ2("q2_liquids.map");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue