Disabling broken test, see CLOUDSTACK-1884. Please revert this commit once the test itself is fixed.

This commit is contained in:
Hugo Trippaers 2013-04-02 10:02:57 +02:00
parent ea0daeaee3
commit df6b97c194

View File

@ -157,6 +157,9 @@
<exclude>com/cloud/api/ListPerfTest.java</exclude>
<exclude>com/cloud/network/vpn/RemoteAccessVpnTest.java</exclude>
<exclude>com/cloud/network/security/SecurityGroupManagerImpl2Test.java</exclude>
<exclude>com/cloud/network/security/SecurityGroupManagerImpl2Test.java</exclude>
<!-- see CLOUDSTACK-1884 -->
<exclude>org/apache/cloudstack/networkoffering/CreateNetworkOfferingTest.java</exclude>
</excludes>
</configuration>
</plugin>