Ignore SpringRunnerContextCacheTests

Avoid order-dependent test method failures on JDK7

Issue: SPR-9789
This commit is contained in:
Chris Beams 2012-09-11 22:39:59 +02:00
parent 6c8f795122
commit c4aa14f343
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ package org.springframework.test.context;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@ -39,6 +40,7 @@ import static org.junit.Assert.*;
* @since 2.5
* @see TestContextCacheKeyTests
*/
@Ignore
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration("/org/springframework/test/context/junit4/SpringJUnit4ClassRunnerAppCtxTests-context.xml")
public class SpringRunnerContextCacheTests {