Skip to content

Commit 9e84c82

Browse files
committed
Remove some garbage from test
1 parent 43ef097 commit 9e84c82

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/test/java/org/libvirt/TestJavaBindings.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -371,13 +371,4 @@ public void testDomainMetadata() throws Exception {
371371
String metadata = dom.getMetadata(DomainMetadataFlags.VIR_DOMAIN_METADATA_ELEMENT, "https://github.com/MissionCriticalCloud", DomainDeviceModifyFlags.VIR_DOMAIN_DEVICE_MODIFY_LIVE);
372372
assertEquals("Retrieved meta data incorrect: " + metadata, metadata, metadata1);
373373
}
374-
375-
public void testDomainJobStats() throws Exception {
376-
// Domain dom = this.conn.domainLookupByName("test");
377-
// Domain dom = this.conn.domainLookupByName("i-3-5-VM");
378-
Domain dom = new Domain(new Connect("blabla"), null);
379-
380-
// assertNotNull("Domain \"test\" not found", dom);
381-
DomainJobInfo result = dom.getJobStats(0);
382-
}
383374
}

0 commit comments

Comments
 (0)