> @@ -108,6 +108,12 @@
>                          <artifactId>maven-surefire-plugin</artifactId>
>                          <executions>
>                              <execution>
> +                              <id>default-test</id>
> +                              <configuration>
> +                                <skipTests>true</skipTests>
> +                              </configuration>
> +                            </execution>
> +                            <execution>

This is an interesting thing I figured out when working on the testng fixes.  
This little section stops the unit tests from running every time you run live 
tests with -Plive.  I think that behavior (unit tests always run before live 
tests) is an unintended side effect of the current test configuration. So 
depending on how you invoke maven, sometimes unit tests run once or twice, then 
live tests.

I can remove these if you want, and they will go away anyway if you guys want 
to move to using native testng groups (when I get that PR finished).

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/37/files#r15675755

Reply via email to