Skip to content

Commit

Permalink
Temporarily disable /universe/races/ test due to the endpoint being b…
Browse files Browse the repository at this point in the history
…roken
  • Loading branch information
GoldenGnu committed Jul 12, 2024
1 parent b1aba13 commit f38a8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/net/troja/eve/esi/api/UniverseApiTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -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<RacesResponse> response = api.getUniverseRaces(LANGUAGE, DATASOURCE, null, LANGUAGE);

Expand Down

0 comments on commit f38a8de

Please sign in to comment.