Upgrade to Reactor Bismuth snapshots

This allows us to confirm 0.7.3 fixes and run tests against the latest
ahead of an upgrade to Reactor Netty 0.8 snapshots.

The fix for #231 and #240 are confirmed but unfortunately test case for
This commit is contained in:
Rossen Stoyanchev
2017-12-22 12:50:15 -05:00
parent 6c3a64578c
commit f389f66270
2 changed files with 2 additions and 6 deletions

View File

@@ -77,10 +77,6 @@ public class RequestMappingExceptionHandlingIntegrationTests extends AbstractReq
@Test // SPR-16051
public void exceptionAfterSeveralItems() throws Exception {
// TODO: uncomment and try after https://github.com/reactor/reactor-netty/issues/231
Assume.assumeFalse(server instanceof ReactorHttpServer);
try {
performGet("/SPR-16051", new HttpHeaders(), String.class).getBody();
fail();