Skip to content

Commit

Permalink
Merge pull request #46 from equinix-labs/disableStatsTests
Browse files Browse the repository at this point in the history
disabled stats tests
  • Loading branch information
tutkat authored Jun 11, 2024
2 parents 4365129 + 0a8649b commit 8d33b40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
/**
* API tests for StatisticsApi
*/
@Disabled
public class StatisticsApiTest extends AbstractTest {

private final StatisticsApi api = new StatisticsApi(generateToken());
Expand Down
1 change: 1 addition & 0 deletions v4/api/StatisticsApiTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
/**
* API tests for StatisticsApi
*/
@Disabled
public class StatisticsApiTest extends AbstractTest {

private final StatisticsApi api = new StatisticsApi(generateToken());
Expand Down

0 comments on commit 8d33b40

Please sign in to comment.