We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17bff9 commit 1e512abCopy full SHA for 1e512ab
1 file changed
plugins/hypervisors/kvm/src/test/java/org/apache/cloudstack/utils/qemu/QemuImgTest.java
@@ -57,7 +57,7 @@ public static void setUp() {
57
Connect conn = new Connect("qemu:///system", false);
58
conn.getVersion();
59
libVirtAvailable = true;
60
- } catch (LibvirtException ignored) {}
+ } catch (LibvirtException | UnsatisfiedLinkError | ExceptionInInitializerError ignored) {}
61
Assume.assumeTrue("libvirt not available", libVirtAvailable);
62
}
63
0 commit comments