This is an automated email from the ASF dual-hosted git repository. udo pushed a commit to branch feature/GEODE-3705 in repository https://gitbox.apache.org/repos/asf/geode.git
commit 2481747e87e20b3b797d10b94842366e038821ae Author: kohlmu-pivotal <[email protected]> AuthorDate: Thu Oct 19 15:38:47 2017 -0700 GEODE-3861: Marking test as Flaky --- .../internal/cache/tier/sockets/ClientHealthMonitorJUnitTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/ClientHealthMonitorJUnitTest.java b/geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/ClientHealthMonitorJUnitTest.java index a8734fd..af086fc 100755 --- a/geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/ClientHealthMonitorJUnitTest.java +++ b/geode-core/src/test/java/org/apache/geode/internal/cache/tier/sockets/ClientHealthMonitorJUnitTest.java @@ -47,12 +47,13 @@ import org.apache.geode.internal.AvailablePort; import org.apache.geode.internal.cache.EventID; import org.apache.geode.internal.cache.InternalCache; import org.apache.geode.test.junit.categories.ClientServerTest; +import org.apache.geode.test.junit.categories.FlakyTest; import org.apache.geode.test.junit.categories.IntegrationTest; /** * This is a functional-test for <code>ClientHealthMonitor</code>. */ -@Category({IntegrationTest.class, ClientServerTest.class}) +@Category({IntegrationTest.class, ClientServerTest.class, FlakyTest.class}) public class ClientHealthMonitorJUnitTest { /** * Default to 0; override in sub tests to add thread pool -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
