GH-751 Ensure RoutingFunction can be applied when function input type is AWS type

This commit is contained in:
Oleg Zhurakousky
2021-10-28 12:38:27 +02:00
parent 037f1b8bfe
commit eeb5448a7d
9 changed files with 292 additions and 59 deletions

View File

@@ -206,7 +206,6 @@ public class GrpcInteractionTests {
}
@Test
@Disabled
public void testBiStreamStreamInStringOutFailure() {
int port = SocketUtils.findAvailableTcpPort();
try (ConfigurableApplicationContext context = new SpringApplicationBuilder(
@@ -232,7 +231,6 @@ public class GrpcInteractionTests {
}
@Test
@Disabled
public void testBiStreamStringInStreamOutFailure() {
int port = SocketUtils.findAvailableTcpPort();
try (ConfigurableApplicationContext context = new SpringApplicationBuilder(