Reinstate smoketest.rsocket.SampleRSocketApplicationTests.rSocketEndpoint()

See gh-23246
This commit is contained in:
dreis2211 2020-09-10 16:11:44 +02:00 committed by Andy Wilkinson
parent fa1d4a4d1d
commit 97ec232935
1 changed files with 0 additions and 2 deletions

View File

@ -18,7 +18,6 @@ package smoketest.rsocket;
import io.rsocket.metadata.WellKnownMimeType;
import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import reactor.core.publisher.Mono;
import reactor.test.StepVerifier;
@ -48,7 +47,6 @@ public class SampleRSocketApplicationTests {
}
@Test
@Disabled("Fails with an unexpected error during frame handling")
void rSocketEndpoint() {
RSocketRequester requester = this.builder
.rsocketStrategies((builder) -> builder.encoder(new SimpleAuthenticationEncoder()))