GH-751 Ensure RoutingFunction can be applied when function input type is AWS type
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user