guru/dev-cpp/units/files/units-2.3.3-disable-failing-tests.patch
Kostadin Shishmanov 4fcbe8b5d6
dev-cpp/units: disable failing tests
Closes: https://bugs.gentoo.org/908388
Signed-off-by: Kostadin Shishmanov <kocelfc@tutanota.com>
2023-06-12 14:08:49 +03:00

14 lines
378 B
Diff

diff --git a/unitTests/main.cpp b/unitTests/main.cpp
index 96befa3..73a4d93 100644
--- a/unitTests/main.cpp
+++ b/unitTests/main.cpp
@@ -1409,7 +1409,7 @@ TEST_F(UnitContainer, to_string)
EXPECT_STREQ("8 m", units::length::to_string(b).c_str());
}
-TEST_F(UnitContainer, to_string_locale)
+TEST_F(UnitContainer, DISABLED_to_string_locale)
{
struct lconv * lc;