From 8a4caa40a2e2db420d41e0b3a9446eefecfd169e Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Thu, 7 Jul 2022 10:12:52 -0600 Subject: [PATCH] testqbsp: remove !mayfail from dm1 test --- qbsp/test_qbsp.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbsp/test_qbsp.cc b/qbsp/test_qbsp.cc index c6fbfb56..05df966f 100644 --- a/qbsp/test_qbsp.cc +++ b/qbsp/test_qbsp.cc @@ -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 quake_maps{"DM1.map"}; // fixme-brushbsp: enable the rest of these