Skip to content

Commit

Permalink
remove ignored tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qinfchen committed Jul 18, 2018
1 parent ca4ea87 commit 389b6b8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ client:
receiveDateTimeAliasExample:
- '"1523040070"' # jackson coerces things to other types
- "null" # TODO(dfox): palantir/http-remoting#758 - make http-remoting reject null bodies
- '"2017-01-02T04:04:05.000000000+01:00[Europe/Berlin]"' # java should deserialize this as OffsetDateTime
receiveDateTimeExample:
- "{\"value\":\"1523040070\"}" # jackson coerces things to other types
- "{\"value\":1523040070}" # jackson coerces things to other types
- '{"value":"2017-01-02T04:04:05.000000000+01:00[Europe/Berlin]"}' # java should deserialize this as OffsetDateTime

receiveStringAliasExample:
- "null" # TODO(dfox): palantir/http-remoting#758 - make http-remoting reject null bodies
Expand Down

0 comments on commit 389b6b8

Please sign in to comment.