|
@@ -51,7 +51,9 @@ public class AlwaysTestAfterTimeInMillisCaptchaChannelProcessorTests extends Tes
|
|
|
context.setHuman();
|
|
|
assertFalse(alwaysTestAfterTimeInMillisCaptchaChannelProcessor.isContextValidConcerningHumanity(context));
|
|
|
}
|
|
|
-
|
|
|
+/* Commented out as it makes assumptions about the speed of the build server and fails intermittently on
|
|
|
+ build.springframework.org - L.T.
|
|
|
+
|
|
|
public void testIsContextValidConcerningHumanity()
|
|
|
throws Exception {
|
|
|
CaptchaSecurityContext context = new CaptchaSecurityContextImpl();
|
|
@@ -72,7 +74,7 @@ public class AlwaysTestAfterTimeInMillisCaptchaChannelProcessorTests extends Tes
|
|
|
|
|
|
assertFalse(alwaysTestAfterTimeInMillisCaptchaChannelProcessor.isContextValidConcerningHumanity(context));
|
|
|
}
|
|
|
-
|
|
|
+*/
|
|
|
public void testNewContext() {
|
|
|
CaptchaSecurityContext context = new CaptchaSecurityContextImpl();
|
|
|
|