HAWQ-1713. Disable TestMbConverter.Canonical in hawq
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 @@
   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"));