File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
spring-cloud-function-context/src/test/java/org/springframework/cloud/function/utils Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 2727import com .fasterxml .jackson .databind .node .JsonNodeFactory ;
2828import com .fasterxml .jackson .databind .node .ObjectNode ;
2929import com .google .gson .Gson ;
30+ import org .junit .jupiter .api .Disabled ;
3031import org .junit .jupiter .api .Test ;
3132import org .junit .jupiter .params .ParameterizedTest ;
3233import org .junit .jupiter .params .provider .MethodSource ;
@@ -78,6 +79,7 @@ public void objectNode_isJsonStringRepresentsCollection() {
7879
7980 // see https://github.com/spring-cloud/spring-cloud-function/issues/1189
8081 @ Test
82+ @ Disabled ("https://github.com/spring-cloud/spring-cloud-function/issues/1304" )
8183 public void testJsonDateTimeConversion () {
8284 ApplicationContext context = SpringApplication .run (EmptyConfiguration .class );
8385 JsonMapper jsonMapper = context .getBean (JsonMapper .class );
You can’t perform that action at this time.
0 commit comments