You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ab...@apache.org on 2013/05/28 22:51:57 UTC

git commit: Exclude live tests for now, since they seem to be busted due to org.jclouds stuff

Updated Branches:
  refs/heads/1.6.x eb33d911d -> 97f941a11


Exclude live tests for now, since they seem to be busted due to org.jclouds stuff


Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/commit/97f941a1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/tree/97f941a1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/diff/97f941a1

Branch: refs/heads/1.6.x
Commit: 97f941a1179d4d81d295bf5d9440b94c9c2f77d5
Parents: eb33d91
Author: Andrew Bayer <an...@gmail.com>
Authored: Tue May 28 13:51:18 2013 -0700
Committer: Andrew Bayer <an...@gmail.com>
Committed: Tue May 28 13:51:35 2013 -0700

----------------------------------------------------------------------
 itests/pom.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds-karaf/blob/97f941a1/itests/pom.xml
----------------------------------------------------------------------
diff --git a/itests/pom.xml b/itests/pom.xml
index d598cb3..93b3069 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -166,6 +166,7 @@ limitations under the License.
             <include>**/*Test.*</include>
           </includes>
           <excludes>
+            <exclude>**/live/*Test.*</exclude>
             <exclude>**/special/*Test.*</exclude>
           </excludes>
           <systemPropertyVariables>