testqbsp: don't allow q1_hull_expansion_lip to fail

This commit is contained in:
Eric Wasylishen 2022-08-16 23:05:17 -06:00
parent 0c90a33f28
commit 4801e87b1c
1 changed files with 1 additions and 1 deletions

View File

@ -1856,7 +1856,7 @@ TEST_CASE("q1_rocks", "[testmaps_q1]")
/** /**
* Tests a bad hull expansion * Tests a bad hull expansion
*/ */
TEST_CASE("q1_hull_expansion_lip", "[testmaps_q1][!mayfail]") TEST_CASE("q1_hull_expansion_lip", "[testmaps_q1]")
{ {
const auto [bsp, bspx, prt] = LoadTestmapQ1("q1_hull_expansion_lip.map"); const auto [bsp, bspx, prt] = LoadTestmapQ1("q1_hull_expansion_lip.map");