Commit d793d5ab authored by Andy Wilkinson's avatar Andy Wilkinson

Work around intermittent failure caused by SPR-13079

See gh-4098
parent 6387f36e
......@@ -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();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment