You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by nn...@apache.org on 2016/07/29 21:26:54 UTC

incubator-geode git commit: GEODE-1121: Removing flaky tag

Repository: incubator-geode
Updated Branches:
  refs/heads/develop bf6cf4147 -> 9943ba46e


GEODE-1121: Removing flaky tag

	* This test was fixed in an earlier commit.
	* As no failures occured, removing the flaky tag


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

Branch: refs/heads/develop
Commit: 9943ba46ee5d5b4b0107b8ddf9537fe3337b32fa
Parents: bf6cf41
Author: nabarun <nn...@pivotal.io>
Authored: Fri Jul 29 14:24:44 2016 -0700
Committer: nabarun <nn...@pivotal.io>
Committed: Fri Jul 29 14:24:44 2016 -0700

----------------------------------------------------------------------
 .../cache/wan/concurrent/ConcurrentWANPropogation_2_DUnitTest.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/9943ba46/geode-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/concurrent/ConcurrentWANPropogation_2_DUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/concurrent/ConcurrentWANPropogation_2_DUnitTest.java b/geode-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/concurrent/ConcurrentWANPropogation_2_DUnitTest.java
index 4b8d6bf..06e0ecb 100644
--- a/geode-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/concurrent/ConcurrentWANPropogation_2_DUnitTest.java
+++ b/geode-wan/src/test/java/com/gemstone/gemfire/internal/cache/wan/concurrent/ConcurrentWANPropogation_2_DUnitTest.java
@@ -48,7 +48,6 @@ public class ConcurrentWANPropogation_2_DUnitTest extends WANTestBase {
 
   private static final long serialVersionUID = 1L;
 
-  @Category(FlakyTest.class) // GEODE-1121: random ports, async behavior, time sensitive, waitForCriterion, possibly memory intensive
   @Test
   public void testSerialReplicatedWanWithOverflow() {