Skip to content

Commit

Permalink
Reinstate smoketest.rsocket.SampleRSocketApplicationTests.rSocketEndp…
Browse files Browse the repository at this point in the history
  • Loading branch information
dreis2211 authored and wilkinsona committed Sep 10, 2020
1 parent fa1d4a4 commit 97ec232
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -18,7 +18,6 @@

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;
Expand Down Expand Up @@ -48,7 +47,6 @@ void unauthenticatedAccessToRSocketEndpoint() {
}

@Test
@Disabled("Fails with an unexpected error during frame handling")
void rSocketEndpoint() {
RSocketRequester requester = this.builder
.rsocketStrategies((builder) -> builder.encoder(new SimpleAuthenticationEncoder()))
Expand Down

0 comments on commit 97ec232

Please sign in to comment.