Skip to content

Commit

Permalink
Revert "chore: switch to gamma for e2e test (#1529)" (#1551)
Browse files Browse the repository at this point in the history
This reverts commit 07502bd.
  • Loading branch information
junfuchen99 authored Oct 23, 2023
1 parent 4bfbb5a commit 4617783
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ public class BaseE2ETestCase implements AutoCloseable {

protected static final String testComponentSuffix = "_" + UUID.randomUUID().toString();
protected static Optional<String> tesRolePolicyArn;
public static final IotSdkClientFactory.EnvironmentStage E2ETEST_ENV_STAGE =
IotSdkClientFactory.EnvironmentStage.GAMMA;
public static final IotSdkClientFactory.EnvironmentStage E2ETEST_ENV_STAGE = IotSdkClientFactory.EnvironmentStage.PROD;

protected final Set<CancelDeploymentRequest> createdDeployments = new HashSet<>();
protected final Set<String> createdThingGroups = new HashSet<>();
Expand Down

0 comments on commit 4617783

Please sign in to comment.