Skip to content

Commit

Permalink
Merge branch 'master' into change-htm-to-html-in-documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
t-burch authored Jul 31, 2023
2 parents 48d29cd + be39ce8 commit 3cde5fe
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@ public class ConfigSerializationTest {
"soap", // has external classpath dependencies
"basic-xml-interceptor", // has external classpath dependencies
"database", // contains a reference to a DataSource bean (not serializable)
"template");
"simple", // throws error because of 'users' property which is not applicable to fileUserDataProvider
"docker", // throws error because openapi parser does not provide port information
"openapi-proxy", // throws error because openapi parser does not provide port information
"validation", // throws error because openapi parser does not provide port information
"validation-simple", // throws error because openapi parser does not provide port information
"template"); // template serialization fails

public static List<Object[]> getPorts() {
ArrayList<Object[]> res = new ArrayList<>();
Expand Down

0 comments on commit 3cde5fe

Please sign in to comment.