Skip to content

Commit

Permalink
Ignoring test until #392 is taking care of it
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Westergaard Lassen authored and mwl committed Nov 2, 2015
1 parent 24d540e commit e7100e7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package org.apache.mesos.elasticsearch.common;

import org.junit.Ignore;
import org.junit.Test;

import static org.junit.Assert.*;
Expand All @@ -10,7 +11,7 @@
*/
public class AdaptorIPAddressTest {

@Test
@Test @Ignore("Test is being taken care of at https://github.com/mesos/elasticsearch/issues/392")
public void testEth0() throws Exception {
assertNotNull(AdaptorIPAddress.eth0());
assertTrue(AdaptorIPAddress.eth0().getHostAddress().contains("."));
Expand Down

0 comments on commit e7100e7

Please sign in to comment.