Skip to content

Commit

Permalink
Added more examples to test exclusion list (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-burch authored Jul 31, 2023
1 parent 5f22d43 commit be39ce8
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 be39ce8

Please sign in to comment.