Skip to content

Commit

Permalink
WFLY-5019 ignore test
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas committed Jul 28, 2015
1 parent 76ee314 commit 4b9854a
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 4b9854a

Please sign in to comment.