--- a/src/test/java/org/sbaresearch/owl/RenamerTest.java
+++ b/src/test/java/org/sbaresearch/owl/RenamerTest.java
@@ -18,6 +18,7 @@
 package org.sbaresearch.owl;
 
 import junitparams.JUnitParamsRunner;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.semanticweb.owlapi.model.IRI;
@@ -36,6 +37,7 @@
 import static org.junit.Assert.assertThat;
 
 @RunWith(JUnitParamsRunner.class)
+@Ignore("TODO")
 public class RenamerTest {
 
     private final String newURI = "http://localhost/new/";