Updated Branches: refs/heads/master 363182cf7 -> 1e40551cd
Disabled test 'com.cloud.network.vpn.RemoteAccessVpnTest' as it requires a database connection which we don't have during unittest phase. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/1e40551c Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/1e40551c Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/1e40551c Branch: refs/heads/master Commit: 1e40551cd524506d44762f305358d530a2ad3319 Parents: 363182c Author: Hugo Trippaers <[email protected]> Authored: Wed Jan 23 08:46:53 2013 +0100 Committer: Hugo Trippaers <[email protected]> Committed: Wed Jan 23 08:46:53 2013 +0100 ---------------------------------------------------------------------- server/pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/1e40551c/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 64bd2a2..4c3ba6f 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -105,6 +105,7 @@ <exclude>com/cloud/vm/dao/*</exclude> <exclude>com/cloud/vpc/*</exclude> <exclude>com/cloud/api/ListPerfTest.java</exclude> + <exclude>com/cloud/network/vpn/RemoteAccessVpnTest.java</exclude> </excludes> </configuration> </plugin>
