You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bo...@apache.org on 2021/05/03 12:54:14 UTC

[geode] branch feature/GEODE-9138-ignore-test created (now 749ba4f)

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

boglesby pushed a change to branch feature/GEODE-9138-ignore-test
in repository https://gitbox.apache.org/repos/asf/geode.git.


      at 749ba4f  GEODE-9138: Ignore failing test

This branch includes the following new commits:

     new 749ba4f  GEODE-9138: Ignore failing test

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[geode] 01/01: GEODE-9138: Ignore failing test

Posted by bo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

boglesby pushed a commit to branch feature/GEODE-9138-ignore-test
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 749ba4f600ebac143c7a23ae11c876734fba1679
Author: Barry Oglesby <bo...@pivotal.io>
AuthorDate: Mon May 3 05:51:51 2021 -0700

    GEODE-9138: Ignore failing test
---
 .../internal/cache/event/DistributedEventTrackerIntegrationTest.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/geode-core/src/integrationTest/java/org/apache/geode/internal/cache/event/DistributedEventTrackerIntegrationTest.java b/geode-core/src/integrationTest/java/org/apache/geode/internal/cache/event/DistributedEventTrackerIntegrationTest.java
index d20eb66..4384e2a 100644
--- a/geode-core/src/integrationTest/java/org/apache/geode/internal/cache/event/DistributedEventTrackerIntegrationTest.java
+++ b/geode-core/src/integrationTest/java/org/apache/geode/internal/cache/event/DistributedEventTrackerIntegrationTest.java
@@ -29,6 +29,7 @@ import java.util.Collection;
 import java.util.Optional;
 
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
@@ -53,6 +54,7 @@ import org.apache.geode.test.junit.runners.CategoryWithParameterizedRunnerFactor
 @RunWith(Parameterized.class)
 @Parameterized.UseParametersRunnerFactory(CategoryWithParameterizedRunnerFactory.class)
 @Category({RegionsTest.class})
+@Ignore
 public class DistributedEventTrackerIntegrationTest {
 
   @Parameterized.Parameters(name = "possibleDuplicate={0}")