Actually, this issue is not related to #server-978 by it is related to #server-1035 which enforced TLS encrypted connections while TTS-NG for some reason was forced to use unencrypted connections. I've addressed this issue in TTS-NG.
wojciech.kapcia@tigase.net commented 5 years ago
You are right - this is caused by enforcing TLS, however there is still a problem:
Basically, there were a couple of more places with erroneous jaxmpp1.getSessionObject().setUserProperty(SocketConnector.TLS_DISABLED_KEY, Boolean.TRUE);, including registration of admin account, hence all tests continue to be skipped as no admin account was available.