> @@ -33,6 +33,7 @@ > import com.google.common.collect.ImmutableSet; > import com.google.common.collect.Lists; > > +@Test(groups = "live", testName = "FirewallApiLiveTest")
I should have added that adding the annotations and unique names gives the behavior we expect, where test classes with unique testName run in parallel threads (threadCount=5), and methods within those are on a single thread (parallel=tests). --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/37/files#r15678001
