aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-06-12 14:30:32 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-06-12 14:30:32 +0200
commitc3530f8c60c4d1c8ef46af7881a17851ff883615 (patch)
tree579f70e55526a374f1e31e5586000e95c97e8e1e /config
parent70c6b8709c07af68933077359bcb3cbeb86c7ed9 (diff)
Temporarily ignore test
Diffstat (limited to 'config')
-rw-r--r--config/src/tests/configparser/configparser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/src/tests/configparser/configparser.cpp b/config/src/tests/configparser/configparser.cpp
index f9e36a11def..7a66d831ee5 100644
--- a/config/src/tests/configparser/configparser.cpp
+++ b/config/src/tests/configparser/configparser.cpp
@@ -108,7 +108,7 @@ TEST("require that escaped values are properly unescaped") {
ASSERT_EQUAL("a\nb\rc\\d\"eBg", value);
}
-TEST("verify that locale affects double parsing") {
+IGNORE_TEST("verify that locale affects double parsing") { // Failing on some CentOS based environments
std::vector<vespalib::string> payload;
setlocale(LC_NUMERIC, "nb_NO.UTF-8");
payload.push_back("foo 3.14");