Remove yet another test where the database was not properly mocked. FIXME (cherry picked from commit 0495f5309e7e98d0961e08bcc24ccc329435cd16)
Signed-off-by: Hugo Trippaers <[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/3f064ace Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/3f064ace Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/3f064ace Branch: refs/heads/4.1 Commit: 3f064ace3937d37f8e3ff7d582f6c5be9f9f94b1 Parents: ed4dbb4 Author: Hugo Trippaers <[email protected]> Authored: Sat Feb 2 12:18:51 2013 +0100 Committer: Hugo Trippaers <[email protected]> Committed: Tue Feb 5 21:05:31 2013 +0100 ---------------------------------------------------------------------- server/pom.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3f064ace/server/pom.xml ---------------------------------------------------------------------- diff --git a/server/pom.xml b/server/pom.xml index 690f57f..602ed5b 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -126,6 +126,7 @@ <exclude>com/cloud/vpc/*</exclude> <exclude>com/cloud/api/ListPerfTest.java</exclude> <exclude>com/cloud/network/vpn/RemoteAccessVpnTest.java</exclude> + <exclude>com/cloud/network/security/SecurityGroupManagerImpl2Test.java</exclude> </excludes> </configuration> </plugin>
