diff --git a/qbsp/test_qbsp.cc b/qbsp/test_qbsp.cc index 45ef6ca3..38b4fcee 100644 --- a/qbsp/test_qbsp.cc +++ b/qbsp/test_qbsp.cc @@ -1122,7 +1122,7 @@ TEST_CASE("base1leak", "[testmaps_q2]") /** * e1u1/brlava brush intersecting e1u1/clip **/ -TEST_CASE("lavaclip", "[testmaps_q2]") { +TEST_CASE("lavaclip", "[testmaps_q2][!mayfail]") { // this is probably only fixable on the brushbsp branch const mbsp_t bsp = LoadTestmap("qbsp_q2_lavaclip.map", {"-q2bsp"}); CHECK(GAME_QUAKE_II == bsp.loadversion->game->id);