Skip to content

Commit d4cb05b

Browse files
committed
utils: Disable NioTest
Disable the NioTest, it is far to dependent on the network configuration of the machine running the test. Cherry-picked change from a historic commit where this test was disabled. (cherry picked from commit 881a6e1) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent bee2bdc commit d4cb05b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

utils/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@
208208
<excludes>
209209
<exclude>com/cloud/utils/testcase/*TestCase*</exclude>
210210
<exclude>com/cloud/utils/db/*Test*</exclude>
211+
<exclude>com/cloud/utils/testcase/NioTest.java</exclude>
211212
</excludes>
212213
</configuration>
213214
</plugin>

0 commit comments

Comments
 (0)