Disable tests that require specific timezones.

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

Branch: refs/heads/master
Commit: caa8b78c5c31c44e59b5ff1bdf6f1900d14b1a1a
Parents: 1fe9c21
Author: Jacques Nadeau <jacq...@apache.org>
Authored: Sat Jul 26 10:45:12 2014 -0700
Committer: Jacques Nadeau <jacq...@apache.org>
Committed: Sat Jul 26 10:45:12 2014 -0700

----------------------------------------------------------------------
 .../java/org/apache/drill/exec/fn/hive/TestSampleHiveUDFs.java     | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/caa8b78c/contrib/storage-hive/core/src/test/java/org/apache/drill/exec/fn/hive/TestSampleHiveUDFs.java
----------------------------------------------------------------------
diff --git 
a/contrib/storage-hive/core/src/test/java/org/apache/drill/exec/fn/hive/TestSampleHiveUDFs.java
 
b/contrib/storage-hive/core/src/test/java/org/apache/drill/exec/fn/hive/TestSampleHiveUDFs.java
index 2881a18..31be13f 100644
--- 
a/contrib/storage-hive/core/src/test/java/org/apache/drill/exec/fn/hive/TestSampleHiveUDFs.java
+++ 
b/contrib/storage-hive/core/src/test/java/org/apache/drill/exec/fn/hive/TestSampleHiveUDFs.java
@@ -121,6 +121,7 @@ public class TestSampleHiveUDFs extends BaseTestQuery {
   }
 
   @Test
+  @Ignore("doesn't work across timezones")
   public void dateInOut() throws Exception{
     String query = "SELECT " +
         "testHiveUDFDate(cast('1970-01-02 10:20:33' as date)) as col1," +
@@ -132,6 +133,7 @@ public class TestSampleHiveUDFs extends BaseTestQuery {
   }
 
   @Test
+  @Ignore("doesn't work across timezones")
   public void timestampInOut() throws Exception{
     String query = "SELECT " +
         "testHiveUDFTimeStamp(cast('1970-01-02 10:20:33' as timestamp)) as 
col1," +

Reply via email to