Updated Branches: refs/heads/master 6a711fc68 -> f74e63522
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/master Commit: 881a6e164ece8e34154555b71e97c9f1763674f5 Parents: 6a711fc Author: Hugo Trippaers <htrippa...@schubergphilis.com> Authored: Wed Jun 19 17:08:25 2013 -0700 Committer: Hugo Trippaers <htrippa...@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>