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

ilyak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 49308d4  IGNITE-9488 Fix imports.
49308d4 is described below

commit 49308d4b2959b2b88ed18a656128f58ca6600b18
Author: Ilya Kasnacheev <[email protected]>
AuthorDate: Thu Jul 4 18:22:17 2019 +0300

    IGNITE-9488 Fix imports.
---
 .../ignite/cache/spring/GridSpringCacheManagerMultiJvmSelfTest.java      | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/modules/spring/src/test/java/org/apache/ignite/cache/spring/GridSpringCacheManagerMultiJvmSelfTest.java
 
b/modules/spring/src/test/java/org/apache/ignite/cache/spring/GridSpringCacheManagerMultiJvmSelfTest.java
index 3c0145b..2bc78ce 100644
--- 
a/modules/spring/src/test/java/org/apache/ignite/cache/spring/GridSpringCacheManagerMultiJvmSelfTest.java
+++ 
b/modules/spring/src/test/java/org/apache/ignite/cache/spring/GridSpringCacheManagerMultiJvmSelfTest.java
@@ -29,7 +29,6 @@ import org.apache.ignite.internal.IgniteInternalFuture;
 import org.apache.ignite.testframework.GridTestUtils;
 import org.apache.ignite.testframework.junits.common.GridCommonAbstractTest;
 import org.apache.ignite.testframework.junits.multijvm.IgniteProcessProxy;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.springframework.beans.factory.BeanFactory;
 import org.springframework.context.support.ClassPathXmlApplicationContext;

Reply via email to