Skip to content

Commit

Permalink
[relates #625] JMS Example cannot find OrdersQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Diesler committed May 15, 2015
1 parent c5ceaf4 commit 73d71a6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@
import org.jboss.arquillian.junit.Arquillian;
import org.junit.After;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.wildfly.camel.test.common.HttpRequest;
import org.wildfly.camel.test.common.HttpRequest.HttpResponse;

@RunAsClient
@RunWith(Arquillian.class)
@Ignore("[#625] JMS Example cannot find OrdersQueue")
public class JMSExampleTest {

private File destination = new File(System.getProperty("jboss.data.dir") + "/orders");
Expand Down

0 comments on commit 73d71a6

Please sign in to comment.