diff --git a/src/test/java/net/troja/eve/esi/api/UniverseApiTest.java b/src/test/java/net/troja/eve/esi/api/UniverseApiTest.java index edd40af0..0e9c7239 100644 --- a/src/test/java/net/troja/eve/esi/api/UniverseApiTest.java +++ b/src/test/java/net/troja/eve/esi/api/UniverseApiTest.java @@ -283,7 +283,7 @@ public void getUniversePlanetsPlanetIdTest() throws ApiException { * @throws ApiException * if the Api call fails */ - @Test + @Test @Ignore("Endpoint is not working") public void getUniverseRacesTest() throws ApiException { final List response = api.getUniverseRaces(LANGUAGE, DATASOURCE, null, LANGUAGE);