This is an automated email from the ASF dual-hosted git repository.

huor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hawq.git

commit c7e03d4081c4def78cce81dcaf3e255932635598
Author: tuyu <[email protected]>
AuthorDate: Mon May 13 17:13:44 2019 +0800

    HAWQ-1713. Disable TestMbConverter.Canonical in hawq
---
 depends/dbcommon/test/unit/utils/test-mb-converter.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/depends/dbcommon/test/unit/utils/test-mb-converter.cc 
b/depends/dbcommon/test/unit/utils/test-mb-converter.cc
index 944f20b..ef585d1 100644
--- a/depends/dbcommon/test/unit/utils/test-mb-converter.cc
+++ b/depends/dbcommon/test/unit/utils/test-mb-converter.cc
@@ -42,7 +42,7 @@ TEST(TestMbConverter, Basic) {
   EXPECT_EQ(utf8Str, res);
 }
 
-TEST(TestMbConverter, Canonical) {
+TEST(TestMbConverter, DISABLED_Canonical) {
   EXPECT_EQ("UTF-8", MbConverter::canonicalizeEncodingName("utf8"));
   EXPECT_EQ("UTF-8", MbConverter::canonicalizeEncodingName("UTF-8"));
   EXPECT_EQ("UTF-8", MbConverter::canonicalizeEncodingName("UTF8"));

Reply via email to