You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ji...@apache.org on 2016/07/18 20:05:50 UTC

incubator-geode git commit: GEODE-1571: more revert.

Repository: incubator-geode
Updated Branches:
  refs/heads/develop b830c2774 -> 582423cb5


GEODE-1571: more revert.


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

Branch: refs/heads/develop
Commit: 582423cb500ed75fdb38003cd07de120ee0e9eea
Parents: b830c27
Author: Jinmei Liao <ji...@pivotal.io>
Authored: Mon Jul 18 13:05:21 2016 -0700
Committer: Jinmei Liao <ji...@pivotal.io>
Committed: Mon Jul 18 13:05:21 2016 -0700

----------------------------------------------------------------------
 .../gemstone/gemfire/internal/security/GeodeSecurityUtilTest.java  | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/582423cb/geode-core/src/test/java/com/gemstone/gemfire/internal/security/GeodeSecurityUtilTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/com/gemstone/gemfire/internal/security/GeodeSecurityUtilTest.java b/geode-core/src/test/java/com/gemstone/gemfire/internal/security/GeodeSecurityUtilTest.java
index 6c1f1f2..5e19a97 100644
--- a/geode-core/src/test/java/com/gemstone/gemfire/internal/security/GeodeSecurityUtilTest.java
+++ b/geode-core/src/test/java/com/gemstone/gemfire/internal/security/GeodeSecurityUtilTest.java
@@ -20,6 +20,7 @@ package com.gemstone.gemfire.internal.security;
 import static org.assertj.core.api.Java6Assertions.*;
 import static org.junit.Assert.assertNotNull;
 
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
 
@@ -48,6 +49,7 @@ public class GeodeSecurityUtilTest {
   }
 
   @Test
+  @Ignore
   public void testGetObjectFromFactoryMethod(){
     String string = GeodeSecurityUtil.getObjectOfType(Factories.class.getName()+".getString", String.class);
     assertNotNull(string);