You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ab...@apache.org on 2016/12/02 01:43:47 UTC

[04/31] incubator-geode git commit: GEODE-2011 Removed flaky mark from test.

GEODE-2011 Removed flaky mark from test.


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

Branch: refs/heads/feature/GEODE-2156
Commit: 918e6cfd58c9086b11f993d2b685895d7bb67f9f
Parents: 9de8732
Author: Hitesh Khamesra <hk...@pivotal.io>
Authored: Wed Nov 30 10:58:35 2016 -0800
Committer: Hitesh Khamesra <hk...@pivotal.io>
Committed: Wed Nov 30 10:59:30 2016 -0800

----------------------------------------------------------------------
 .../test/java/org/apache/geode/pdx/PdxClientServerDUnitTest.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/918e6cfd/geode-core/src/test/java/org/apache/geode/pdx/PdxClientServerDUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/org/apache/geode/pdx/PdxClientServerDUnitTest.java b/geode-core/src/test/java/org/apache/geode/pdx/PdxClientServerDUnitTest.java
index cd927a8..7fd6cf2 100644
--- a/geode-core/src/test/java/org/apache/geode/pdx/PdxClientServerDUnitTest.java
+++ b/geode-core/src/test/java/org/apache/geode/pdx/PdxClientServerDUnitTest.java
@@ -188,7 +188,6 @@ public class PdxClientServerDUnitTest extends JUnit4CacheTestCase {
   /**
    * Test of bug 47338 - what happens to the client type registry if the server is restarted.
    */
-  @Category(FlakyTest.class) // GEODE-2011
   @Test
   public void testNonPersistentServerRestartAutoSerializer() {
     Host host = Host.getHost(0);