We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8f795 commit c4aa14fCopy full SHA for c4aa14f
spring-test/src/test/java/org/springframework/test/context/SpringRunnerContextCacheTests.java
@@ -18,6 +18,7 @@
18
19
import org.junit.AfterClass;
20
import org.junit.BeforeClass;
21
+import org.junit.Ignore;
22
import org.junit.Test;
23
import org.junit.runner.RunWith;
24
@@ -39,6 +40,7 @@
39
40
* @since 2.5
41
* @see TestContextCacheKeyTests
42
*/
43
+@Ignore
44
@RunWith(SpringJUnit4ClassRunner.class)
45
@ContextConfiguration("/org/springframework/test/context/junit4/SpringJUnit4ClassRunnerAppCtxTests-context.xml")
46
public class SpringRunnerContextCacheTests {
0 commit comments