do not create on start
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
bb26241a37
commit
9b16f2deee
|
@ -133,7 +133,6 @@ public class RemoteInfinispanTestSupport
|
|||
|
||||
String content = baos.toString("UTF-8");
|
||||
_manager.administration().getOrCreateCache("___protobuf_metadata", (String)null).put("session.proto", content);
|
||||
_manager.administration().getOrCreateCache("remote-session-test", (String)null);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue