server: Exclude ListPerf test in as it requires real MS and DB

Excluded test as per test author's comment:
"Currently we commented out this test suite since it requires a real MS and Db running"

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
Rohit Yadav 2013-01-04 18:25:13 -08:00
parent 95e605ed25
commit dea8227001
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@
<exclude>com/cloud/storage/dao/*</exclude>
<exclude>com/cloud/vm/dao/*</exclude>
<exclude>com/cloud/vpc/*</exclude>
<exclude>com/cloud/api/ListPerfTest.java</exclude>
</excludes>
</configuration>
</plugin>