From 881a6e164ece8e34154555b71e97c9f1763674f5 Mon Sep 17 00:00:00 2001 From: Hugo Trippaers Date: Wed, 19 Jun 2013 17:08:25 -0700 Subject: [PATCH] Disable the NioTest, it is far to dependent on the network configuration of the machine running the test. --- utils/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/pom.xml b/utils/pom.xml index 0690c35c57b..f4ac12b1308 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -192,6 +192,7 @@ com/cloud/utils/testcase/*TestCase* com/cloud/utils/db/*Test* + com/cloud/utils/testcase/NioTest.java