From 97ec232935b6c9b93b09e9d70fd84c514bd17bd2 Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Thu, 10 Sep 2020 16:11:44 +0200 Subject: [PATCH] Reinstate smoketest.rsocket.SampleRSocketApplicationTests.rSocketEndpoint() See gh-23246 --- .../java/smoketest/rsocket/SampleRSocketApplicationTests.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-rsocket/src/test/java/smoketest/rsocket/SampleRSocketApplicationTests.java b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-rsocket/src/test/java/smoketest/rsocket/SampleRSocketApplicationTests.java index f279e8fd11..493b308a77 100644 --- a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-rsocket/src/test/java/smoketest/rsocket/SampleRSocketApplicationTests.java +++ b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-rsocket/src/test/java/smoketest/rsocket/SampleRSocketApplicationTests.java @@ -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()))