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

agingade pushed a commit to branch feature/GEODE-4947
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 40b159c201660c6a8633eee8593f913bdb19abcd
Author: Nick Reich <nre...@pivotal.io>
AuthorDate: Wed Apr 4 10:10:53 2018 -0700

    GEODE-4947: Remove ignore label from fixed test
---
 .../test/java/org/apache/geode/connectors/jdbc/JdbcDistributedTest.java | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/JdbcDistributedTest.java
 
b/geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/JdbcDistributedTest.java
index c64c89c..69e3fa9 100644
--- 
a/geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/JdbcDistributedTest.java
+++ 
b/geode-connectors/src/test/java/org/apache/geode/connectors/jdbc/JdbcDistributedTest.java
@@ -33,7 +33,6 @@ import java.util.function.Consumer;
 import org.awaitility.Awaitility;
 import org.junit.After;
 import org.junit.Before;
-import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
@@ -502,7 +501,6 @@ public abstract class JdbcDistributedTest implements 
Serializable {
   }
 
   @Test
-  @Ignore("GEODE-4833: Postgres does not support UTF-8 null character as 
contents of a string")
   public void clientPutsAndGetsWithNullFieldsWithPdxClassName() throws 
Exception {
     createTableForAllSupportedFields();
     ClientVM client = getClientVM();

-- 
To stop receiving notification emails like this one, please contact
aging...@apache.org.

Reply via email to