Skip to content

Commit

Permalink
updated sitewise tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Oct 3, 2024
1 parent fae70c9 commit 60b1c0e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ public void testDeleteAsset() throws InterruptedException {
sitewiseActions.deleteAssetAsync(assetId).join();
});
}

@Test
@Tag("IntegrationTest")
@Order(12)
Expand All @@ -213,7 +212,6 @@ public void testDeleteAssetModel() throws InterruptedException {
CloudFormationHelper.destroyCloudFormationStack(ROLES_STACK);
}


private static String getSecretValues() {
SecretsManagerClient secretClient = SecretsManagerClient.builder()
.region(Region.US_EAST_1)
Expand Down

0 comments on commit 60b1c0e

Please sign in to comment.