Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…s the fix should be fixed now; amqp version of the test is ignored until we have temp destinations work properly with amqp
  • Loading branch information
dejanb committed Aug 8, 2014
1 parent 1f9a2d6 commit ec2a3c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,9 @@ protected Connection getConnection() throws JMSException {

return connection;
}

@Override
public void testTemporaryDestinations() throws Throwable {
// ignore until we have temporary destination are working in amqp
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ public Boolean call() throws Exception {
}

@Test
@Ignore
public void testTemporaryDestinations() throws Throwable {
Connection connection = getConnection();
Session session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE);
Expand Down

0 comments on commit ec2a3c7

Please sign in to comment.