mirror of https://github.com/apache/cloudstack.git
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:
parent
95e605ed25
commit
dea8227001
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue