Github user johnament commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/712#discussion_r74238129
  
    --- Diff: 
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/proton/ProtonTest.java
 ---
    @@ -211,6 +213,25 @@ public void testBrokerContainerId() throws Exception {
        }
     
        @Test
    +   public void testBrokerConnectionProperties() throws Exception {
    +      if (protocol != 0 && protocol != 3) return; // Only run this test 
for AMQP protocol
    --- End diff --
    
    Can this be an assume statement (this way the test will be marked as 
skipped if this is not true)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to