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

eshu11 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 4fc33c6  GEODE-5210: Add a flaky tag for a test.
4fc33c6 is described below

commit 4fc33c61cf4bf2ecb165cf0d0ee77e291523d2a8
Author: eshu <e...@pivotal.io>
AuthorDate: Tue May 15 08:44:17 2018 -0700

    GEODE-5210: Add a flaky tag for a test.
---
 .../src/test/java/org/apache/geode/internal/cache/GIIDeltaDUnitTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/geode-core/src/test/java/org/apache/geode/internal/cache/GIIDeltaDUnitTest.java
 
b/geode-core/src/test/java/org/apache/geode/internal/cache/GIIDeltaDUnitTest.java
index 020bb25..25d4663 100644
--- 
a/geode-core/src/test/java/org/apache/geode/internal/cache/GIIDeltaDUnitTest.java
+++ 
b/geode-core/src/test/java/org/apache/geode/internal/cache/GIIDeltaDUnitTest.java
@@ -1427,6 +1427,7 @@ public class GIIDeltaDUnitTest extends 
JUnit4CacheTestCase {
    * but igored at P. The deltaGII should send nothing to R since the RVVs are 
the same. So after
    * GII, P and R will have different tombstone number. But P's tombstones 
should be expired.
    */
+  @Category(FlakyTest.class)
   @Test
   public void testExpiredTombstoneSkippedAtProviderOnly() throws Throwable {
     prepareForEachTest();

-- 
To stop receiving notification emails like this one, please contact
esh...@apache.org.

Reply via email to