Revert "Temporarily ignore getCpuSpeed test"

This reverts commit e4a91d3610.
This commit is contained in:
Laszlo Hornyak 2014-02-10 19:40:37 +01:00
parent 37c4015d4d
commit ab15653d68
1 changed files with 0 additions and 2 deletions

View File

@ -31,7 +31,6 @@ 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;
@ -449,7 +448,6 @@ public class LibvirtComputingResourceTest {
Assert.assertTrue(vmStat.getDiskWriteKBs() > 0);
}
@Ignore
@Test
public void getCpuSpeed() {
Assume.assumeTrue(SystemUtils.IS_OS_LINUX);