Updated Branches: refs/heads/api_refactoring 95e605ed2 -> dea822700
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 <[email protected]> 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/api_refactoring Commit: dea822700195930a78762cc5a6f5a0c74dce71a2 Parents: 95e605e Author: Rohit Yadav <[email protected]> Authored: Fri Jan 4 18:25:13 2013 -0800 Committer: Rohit Yadav <[email protected]> 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>
