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

incubator-geode git commit: disabling flaky test that was recently enabled

Repository: incubator-geode
Updated Branches:
  refs/heads/develop 6aced1947 -> 612a43872


disabling flaky test that was recently enabled


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

Branch: refs/heads/develop
Commit: 612a438720a7d57eff6b454122d9ce6c7adead06
Parents: 6aced19
Author: Bruce Schuchardt <bs...@pivotal.io>
Authored: Fri Dec 2 09:49:21 2016 -0800
Committer: Bruce Schuchardt <bs...@pivotal.io>
Committed: Fri Dec 2 09:49:45 2016 -0800

----------------------------------------------------------------------
 .../geode/distributed/internal/DistributionManagerDUnitTest.java    | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/612a4387/geode-core/src/test/java/org/apache/geode/distributed/internal/DistributionManagerDUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/org/apache/geode/distributed/internal/DistributionManagerDUnitTest.java b/geode-core/src/test/java/org/apache/geode/distributed/internal/DistributionManagerDUnitTest.java
index f7f4979..3b8da03 100644
--- a/geode-core/src/test/java/org/apache/geode/distributed/internal/DistributionManagerDUnitTest.java
+++ b/geode-core/src/test/java/org/apache/geode/distributed/internal/DistributionManagerDUnitTest.java
@@ -108,6 +108,7 @@ public class DistributionManagerDUnitTest extends JUnit4DistributedTestCase {
   /**
    * Send the distribution manager a message it can't deserialize
    */
+  @Ignore
   @Test
   public void testExceptionInThreads() throws InterruptedException {
     DistributionManager dm = (DistributionManager) getSystem().getDistributionManager();