Skip to content

Commit 7cac8bc

Browse files
committed
Disabling failing locale test on OS X.
1 parent 5a09eb6 commit 7cac8bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/Functional/json/parsing_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ TEST(keep_order_while_parsing)
566566
VERIFY_ARE_EQUAL(obj[U("a")].as_integer(), 4);
567567
}
568568

569-
TEST(non_default_locale)
569+
TEST(non_default_locale, "Ignore:Apple", "263")
570570
{
571571
std::string originalLocale = setlocale(LC_ALL, nullptr);
572572
#ifdef _MS_WINDOWS

0 commit comments

Comments
 (0)