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

udo 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 6a31190  GEODE-3861: Mark ClientHealthMonistorSelectorJUnitTest as 
flaky.
6a31190 is described below

commit 6a31190324af95eb7dca06f4f793762979fbdcca
Author: kohlmu-pivotal <[email protected]>
AuthorDate: Mon Oct 30 14:54:16 2017 -0700

    GEODE-3861: Mark ClientHealthMonistorSelectorJUnitTest as flaky.
---
 .../cache/tier/sockets/ClientHealthMonitorSelectorJUnitTest.java       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/ClientHealthMonitorSelectorJUnitTest.java
 
b/geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/ClientHealthMonitorSelectorJUnitTest.java
index ef4f099..660c725 100644
--- 
a/geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/ClientHealthMonitorSelectorJUnitTest.java
+++ 
b/geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/ClientHealthMonitorSelectorJUnitTest.java
@@ -17,6 +17,7 @@ package org.apache.geode.internal.cache.tier.sockets;
 import org.apache.geode.test.junit.categories.ClientServerTest;
 import org.junit.experimental.categories.Category;
 
+import org.apache.geode.test.junit.categories.FlakyTest;
 import org.apache.geode.test.junit.categories.IntegrationTest;
 
 /**
@@ -24,7 +25,7 @@ import org.apache.geode.test.junit.categories.IntegrationTest;
  * 
  * 
  */
-@Category({IntegrationTest.class, ClientServerTest.class})
+@Category({IntegrationTest.class, ClientServerTest.class, FlakyTest.class})
 public class ClientHealthMonitorSelectorJUnitTest extends 
ClientHealthMonitorJUnitTest {
   protected int getMaxThreads() {
     return 2;

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to