Index: tests/libslic3r/test_emboss.cpp
--- tests/libslic3r/test_emboss.cpp.orig
+++ tests/libslic3r/test_emboss.cpp
@@ -412,7 +412,7 @@ TEST_CASE("ray segment intersection", "[MeshBoolean]")
     CHECK(abs(*t1 - *t2) < std::numeric_limits<double>::epsilon());
 }
 
-TEST_CASE("triangle intersection", "[]")
+TEST_CASE("triangle intersection")
 {
     Vec2d                point(1, 1);
     Vec2d                dir(-1, 0);
@@ -481,7 +481,7 @@ TEST_CASE("Italic check", "[Emboss]") 
 #endif // FONT_DIR_PATH
 
 #include "libslic3r/CutSurface.hpp"
-TEST_CASE("Cut surface", "[]")
+TEST_CASE("Cut surface")
 {
     std::string  font_path  = get_font_filepath();
     char         letter     = '%';
