Skip to content

Commit

Permalink
MODCLUSTER-432 Ignore failing tests on Mac OS X (Maverics)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar committed Jan 18, 2015
1 parent c12a07a commit 3859776
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
import org.jboss.modcluster.mcmp.MCMPHandler;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.mockito.ArgumentCaptor;

Expand Down Expand Up @@ -99,6 +100,7 @@ public void tearDown() {
}

@Test
@Ignore("MODCLUSTER-432")
public void testBasicOperation() throws IOException, NoSuchAlgorithmException {
ArgumentCaptor<InetAddress> capturedAddress = ArgumentCaptor.forClass(InetAddress.class);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

import org.jboss.modcluster.advertise.impl.MulticastSocketFactoryImpl;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;

/**
Expand All @@ -50,6 +51,7 @@ public class MulticastSocketFactoryImplTestCase {
private static final int PORT = 23364;

@Test
@Ignore("MODCLUSTER-432")
public void testMulticastSocketNoCrossTalk() throws IOException {
InetAddress address = InetAddress.getByName(GROUP1);

Expand Down

0 comments on commit 3859776

Please sign in to comment.