You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2013/01/09 05:37:25 UTC

[10/50] [abbrv] git commit: server: Exclude ListPerf test in as it requires real MS and DB

server: Exclude ListPerf test in as it requires real MS and DB

Excluded test as per test author's comment:
"Currently we commented out this test suite since it requires a real MS and Db running"

Signed-off-by: Rohit Yadav <bh...@apache.org>


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

Branch: refs/heads/master
Commit: dea822700195930a78762cc5a6f5a0c74dce71a2
Parents: 95e605e
Author: Rohit Yadav <bh...@apache.org>
Authored: Fri Jan 4 18:25:13 2013 -0800
Committer: Rohit Yadav <bh...@apache.org>
Committed: Fri Jan 4 18:25:13 2013 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/dea82270/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index b1a5d3d..9e6bc68 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -109,6 +109,7 @@
             <exclude>com/cloud/storage/dao/*</exclude>
             <exclude>com/cloud/vm/dao/*</exclude>
             <exclude>com/cloud/vpc/*</exclude>
+            <exclude>com/cloud/api/ListPerfTest.java</exclude>
           </excludes>
         </configuration>
       </plugin>