You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2013/06/27 22:57:10 UTC

[08/50] [abbrv] git commit: updated refs/heads/vmsync to 3c2aa18

Disable the NioTest, it is far to dependent on the network configuration of the machine running the test.


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

Branch: refs/heads/vmsync
Commit: 881a6e164ece8e34154555b71e97c9f1763674f5
Parents: 6a711fc
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Wed Jun 19 17:08:25 2013 -0700
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Tue Jun 25 12:20:51 2013 -0700

----------------------------------------------------------------------
 utils/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/881a6e16/utils/pom.xml
----------------------------------------------------------------------
diff --git a/utils/pom.xml b/utils/pom.xml
index 0690c35..f4ac12b 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -192,6 +192,7 @@
           <excludes>
             <exclude>com/cloud/utils/testcase/*TestCase*</exclude>
             <exclude>com/cloud/utils/db/*Test*</exclude>
+            <exclude>com/cloud/utils/testcase/NioTest.java</exclude>
           </excludes>
         </configuration>
       </plugin>