Work around intermittent failure caused by SPR-13079

See gh-4098
This commit is contained in:
Andy Wilkinson 2015-10-06 11:43:53 +01:00
parent 6387f36efa
commit d793d5abcb

View File

@ -252,6 +252,8 @@ public class MetricFilterAutoConfigurationTests {
.andReturn();
latch.countDown();
try {
// Work around SPR-13079 which has not been fixed in 4.1.x
result.getAsyncResult();
mvc.perform(asyncDispatch(result));
fail();
}