Skip to content

Commit

Permalink
Ignored client telemetry stage juno endpoint test (Azure#36366)
Browse files Browse the repository at this point in the history
  • Loading branch information
kushagraThapar authored Aug 16, 2023
1 parent 94b5f4a commit f3b9aca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Ignore;
import org.testng.annotations.Test;
import reactor.core.publisher.Mono;
import reactor.test.StepVerifier;
Expand Down Expand Up @@ -263,6 +264,7 @@ public void clientTelemetryScheduling() {

@SuppressWarnings("unchecked")
@Test(groups = {"long"}, dataProvider = "useProxy", timeOut = TIMEOUT)
@Ignore("Stage Juno endpoint is only available for staging accounts")
public void clientTelemetryWithStageJunoEndpoint(boolean useProxy) throws InterruptedException, NoSuchFieldException,
IllegalAccessException {
CosmosClient cosmosClient = null;
Expand Down

0 comments on commit f3b9aca

Please sign in to comment.