> @@ -126,6 +126,7 @@
>
> <test.openstack-neutron.credential>${test.openstack-neutron.credential}</test.openstack-neutron.credential>
>
> <test.jclouds.keystone.credential-type>${test.jclouds.keystone.credential-type}</test.jclouds.keystone.credential-type>
> </systemPropertyVariables>
> + <parallel>classes</parallel>
> I've added this to make sure the live tests run sequential instead of
> parallel.
I think elsewhere we do this by adding `singleThreaded = true` to the `@Test`
annotation in the class - could you do that here too?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/44/files#r7293802