Skip to content
Snippets Groups Projects
Commit a5538c90 authored by Jaemyoun's avatar Jaemyoun
Browse files

Catch additional exception

parent 6a4cdff2
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ public class RadosClientTest {
radosclient.setProperties(p);
radosclient.init();
}
catch (DBException e) {
catch (DBException|UnsatisfiedLinkError e) {
assumeNoException("Ceph cluster is not running. Skipping tests.", e);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment