diff --git a/distribution/src/test/java/com/predic8/membrane/examples/ConfigSerializationTest.java b/distribution/src/test/java/com/predic8/membrane/examples/ConfigSerializationTest.java index 0a97f16f59..1c249e0bb8 100644 --- a/distribution/src/test/java/com/predic8/membrane/examples/ConfigSerializationTest.java +++ b/distribution/src/test/java/com/predic8/membrane/examples/ConfigSerializationTest.java @@ -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 getPorts() { ArrayList res = new ArrayList<>();