We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e957f commit ecbe850Copy full SHA for ecbe850
src/test/java/com/rabbitmq/client/test/TestUtils.java
@@ -343,6 +343,8 @@ public void evaluate() throws Throwable {
343
if (Host.isOnDocker()) {
344
throw new AssumptionViolatedException("Broker is running on Docker");
345
}
346
+ } catch (AssumptionViolatedException e) {
347
+ throw e;
348
} catch (Exception e) {
349
throw new AssumptionViolatedException("Could not check whether broker is running on Docker or not", e);
350
0 commit comments