In https://github.com/jbosstm/narayana/blob/master/ArjunaJTA/jta/pom.xml there is just one Arquillian profile "arq".
If you compare it to https://github.com/jbosstm/narayana/blob/master/ArjunaJTA/cdi/pom.xml you can find other profiles that should also be added:
- arqIPv6
- arq-remote
Of these two, the arq-remote maybe just a convenience for development but the IPv6 profile should be added and tested by CI.