This is an automated email from the ASF dual-hosted git repository.
upthewaterspout pushed a commit to branch feature/hanging_test
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/feature/hanging_test by this
push:
new 512065a Adding missing category
512065a is described below
commit 512065a24a126cbbda036a8d2aa1c2b8113ce208
Author: Sarge <[email protected]>
AuthorDate: Mon Jan 8 15:56:29 2018 -0800
Adding missing category
---
geode-core/src/test/java/org/apache/geode/cache/HangingDUnitTest.java | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/geode-core/src/test/java/org/apache/geode/cache/HangingDUnitTest.java
b/geode-core/src/test/java/org/apache/geode/cache/HangingDUnitTest.java
index 89a2e6d..5042dea 100644
--- a/geode-core/src/test/java/org/apache/geode/cache/HangingDUnitTest.java
+++ b/geode-core/src/test/java/org/apache/geode/cache/HangingDUnitTest.java
@@ -15,9 +15,12 @@
package org.apache.geode.cache;
import org.junit.Test;
+import org.junit.experimental.categories.Category;
import org.apache.geode.test.dunit.cache.internal.JUnit4CacheTestCase;
+import org.apache.geode.test.junit.categories.DistributedTest;
+@Category(DistributedTest.class)
public class HangingDUnitTest extends JUnit4CacheTestCase {
@Test
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].