temporarily disabled constructor argument caching for converted values (SPR-7423)

This commit is contained in:
Juergen Hoeller
2010-08-19 09:30:04 +00:00
parent 001d676dec
commit a9da123259
3 changed files with 11 additions and 7 deletions

View File

@@ -36,6 +36,7 @@ import javax.security.auth.Subject;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import static org.junit.Assert.*;
import org.junit.Ignore;
import org.junit.Test;
import test.beans.DerivedTestBean;
import test.beans.DummyFactory;
@@ -1752,6 +1753,7 @@ public class DefaultListableBeanFactoryTests {
*/
@Test
@Ignore // TODO re-enable when ConstructorResolver TODO sorted out
public void testPrototypeCreationWithConstructorArgumentsIsFastEnough() {
if (factoryLog.isTraceEnabled() || factoryLog.isDebugEnabled()) {
// Skip this test: Trace logging blows the time limit.