make travis not try to run a test it wasn't supposed to

This commit is contained in:
Lucas
2019-06-10 00:02:45 +02:00
parent c397e53a94
commit c316159ff4

View File

@@ -70,6 +70,7 @@ public class UpdateMappingsTest
} }
@Test @Test
@Ignore
public void testRun() throws IOException public void testRun() throws IOException
{ {
File client = new File(properties.getRsClient()); File client = new File(properties.getRsClient());