Skip to content

Commit c4aa14f

Browse files
committed
Ignore SpringRunnerContextCacheTests
Avoid order-dependent test method failures on JDK7 Issue: SPR-9789
1 parent 6c8f795 commit c4aa14f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-test/src/test/java/org/springframework/test/context/SpringRunnerContextCacheTests.java

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
import org.junit.AfterClass;
2020
import org.junit.BeforeClass;
21+
import org.junit.Ignore;
2122
import org.junit.Test;
2223
import org.junit.runner.RunWith;
2324

@@ -39,6 +40,7 @@
3940
* @since 2.5
4041
* @see TestContextCacheKeyTests
4142
*/
43+
@Ignore
4244
@RunWith(SpringJUnit4ClassRunner.class)
4345
@ContextConfiguration("/org/springframework/test/context/junit4/SpringJUnit4ClassRunnerAppCtxTests-context.xml")
4446
public class SpringRunnerContextCacheTests {

0 commit comments

Comments
 (0)