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

mkevo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 766bfe5  GEODE-7761: change Ignore description (#4737)
766bfe5 is described below

commit 766bfe5f6f66482e632ae21b12ec41159e77e573
Author: Mario Kevo <48509719+mk...@users.noreply.github.com>
AuthorDate: Tue Apr 14 07:21:28 2020 +0200

    GEODE-7761: change Ignore description (#4737)
    
    * GEODE-7761: remove Ignore annotation
    
    * change Ignore description
    
    * empty commit to re-launch CI
---
 .../java/org/apache/geode/cache30/DistributedAckRegionCCEDUnitTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/geode-core/src/distributedTest/java/org/apache/geode/cache30/DistributedAckRegionCCEDUnitTest.java
 
b/geode-core/src/distributedTest/java/org/apache/geode/cache30/DistributedAckRegionCCEDUnitTest.java
index 59b7e25..25a98cd 100644
--- 
a/geode-core/src/distributedTest/java/org/apache/geode/cache30/DistributedAckRegionCCEDUnitTest.java
+++ 
b/geode-core/src/distributedTest/java/org/apache/geode/cache30/DistributedAckRegionCCEDUnitTest.java
@@ -263,8 +263,8 @@ public class DistributedAckRegionCCEDUnitTest extends 
DistributedAckRegionDUnitT
     versionTestClearWithConcurrentEventsAsync();
   }
 
-  @Ignore("Enable after fix for bug GEODE-7600")
   @Test
+  @Ignore("Enable after fix for bug GEODE-1891")
   public void testClearOnNonReplicateWithConcurrentEvents() {
     versionTestClearOnNonReplicateWithConcurrentEvents();
   }

Reply via email to