You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2013/04/03 12:33:34 UTC

[26/50] [abbrv] git commit: updated refs/heads/kvm-vnc-listen to 3890860

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


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

Branch: refs/heads/kvm-vnc-listen
Commit: df6b97c194caa8b34fa14bf5164eb2fe1f26b2b1
Parents: ea0daea
Author: Hugo Trippaers <tr...@gmail.com>
Authored: Tue Apr 2 10:02:57 2013 +0200
Committer: Hugo Trippaers <tr...@gmail.com>
Committed: Tue Apr 2 10:02:57 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/df6b97c1/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index 1bc0f69..a397195 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -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>