mirror of https://github.com/apache/cloudstack.git
Temporarily ignore getCpuSpeed test
Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
This commit is contained in:
parent
8ed9162de7
commit
e4a91d3610
|
|
@ -31,6 +31,7 @@ import junit.framework.Assert;
|
|||
|
||||
import org.apache.commons.lang.SystemUtils;
|
||||
import org.junit.Assume;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.libvirt.Connect;
|
||||
import org.libvirt.Domain;
|
||||
|
|
@ -448,6 +449,7 @@ public class LibvirtComputingResourceTest {
|
|||
Assert.assertTrue(vmStat.getDiskWriteKBs() > 0);
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void getCpuSpeed() {
|
||||
Assume.assumeTrue(SystemUtils.IS_OS_LINUX);
|
||||
|
|
|
|||
Loading…
Reference in New Issue