Repository: incubator-hawq
Updated Branches:
  refs/heads/master d641f364e -> 742658f48


HAWQ-1126. Disable feature test case of ExternalTable temporarily


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/742658f4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/742658f4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/742658f4

Branch: refs/heads/master
Commit: 742658f48b382839c7acfe996cd2bd0903cb676c
Parents: d641f36
Author: amyrazz44 <[email protected]>
Authored: Fri Oct 28 11:27:58 2016 +0800
Committer: Ming LI <[email protected]>
Committed: Fri Oct 28 13:19:33 2016 +0800

----------------------------------------------------------------------
 src/test/feature/ExternalSource/test_exttab.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/742658f4/src/test/feature/ExternalSource/test_exttab.cpp
----------------------------------------------------------------------
diff --git a/src/test/feature/ExternalSource/test_exttab.cpp 
b/src/test/feature/ExternalSource/test_exttab.cpp
index 274c0c9..d971912 100644
--- a/src/test/feature/ExternalSource/test_exttab.cpp
+++ b/src/test/feature/ExternalSource/test_exttab.cpp
@@ -12,7 +12,7 @@ class TestExternalTable : public ::testing::Test {
   ~TestExternalTable() {}
 };
 
-TEST_F(TestExternalTable, TestExternalTableAll) {
+TEST_F(TestExternalTable, DISABLED_TestExternalTableAll) {
   SQLUtility util;
   auto test_root = util.getTestRootPath();
   auto replace_lambda = [&] () {

Reply via email to