> @@ -33,6 +33,7 @@ > import com.google.common.collect.ImmutableSet; > import com.google.common.collect.Lists; > > +@Test(groups = "live", testName = "FirewallApiLiveTest")
> The default testName is "", and testng will actually group together anything > without testName in the annotation as > all being part of the same test when it does its parallelization and ordering > for dependencies. Thanks for explaining! The default test name bit doesn't seem that smart on the part of TestNG, but there's probably a good reason for it somewhere... --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/37/files#r15721750
