exclude usage unit test since it requires db connection

Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/4d634980
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/4d634980
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/4d634980

Branch: refs/heads/qemu-img
Commit: 4d634980e27617b302de795fe62e06b7d9408cb3
Parents: 5147fb1
Author: Kishan Kavala <[email protected]>
Authored: Sat Feb 16 09:08:42 2013 +0530
Committer: Kishan Kavala <[email protected]>
Committed: Sat Feb 16 09:09:09 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4d634980/usage/pom.xml
----------------------------------------------------------------------
diff --git a/usage/pom.xml b/usage/pom.xml
index 4b408c4..f7d9dd1 100644
--- a/usage/pom.xml
+++ b/usage/pom.xml
@@ -55,6 +55,15 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+            <excludes>
+                <exclude>com/cloud/usage/UsageManagerTest.java</exclude>
+            </excludes>
+        </configuration>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>
         <version>2.5.1</version>
         <executions>

Reply via email to