Skip to content

Commit

Permalink
Merge pull request wildfly#7839 from stuartwdouglas/WFLY-5019
Browse files Browse the repository at this point in the history
WFLY-5019 ignore test
  • Loading branch information
stuartwdouglas committed Jul 28, 2015
2 parents 813a332 + 4b9854a commit c917993
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -53,6 +53,7 @@
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand Down Expand Up @@ -397,6 +398,7 @@ public void testRemoveLastJndi() throws Exception {
}

@Test
@Ignore("WFLY-5019")
public void removeJMSTopicRemovesAllMessages() throws Exception {
// create a durable subscriber
final String subscriptionName = "removeJMSTopicRemovesAllMessages";
Expand Down

0 comments on commit c917993

Please sign in to comment.