Skip to content

Commit c10379c

Browse files
committed
fix: addressed PR comments
1 parent 613cbf4 commit c10379c

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

solutions/fully-configurable/main.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ data "ibm_container_cluster_config" "cluster_config" {
2727
cluster_name_id = local.cluster_id
2828
}
2929

30-
# Wait time to allow cluster refreshes components after provisioning
31-
resource "time_sleep" "wait_45_seconds" {
32-
depends_on = [data.ibm_container_cluster_config.cluster_config]
33-
create_duration = "45s"
34-
}
35-
3630
##################################################################
3731
# ESO deployment configuration
3832
# Configures ESO and reloader deployments

solutions/fully-configurable/version.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ terraform {
99
source = "hashicorp/helm"
1010
version = ">= 2.11.0"
1111
}
12-
time = {
13-
source = "hashicorp/time"
14-
version = ">= 0.9.1"
15-
}
1612
ibm = {
1713
source = "IBM-Cloud/ibm"
1814
version = ">= 1.62.0"

tests/pr_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -782,9 +782,6 @@ func TestRunFullConfigSolutionUpgradeSchematics(t *testing.T) {
782782
// start main schematics test
783783
options := setupSolutionSchematicOptions(t, "eso-fupg", fullConfigSolutionDir)
784784

785-
// TODO TO REMOVE
786-
options.SkipTestTearDown = true
787-
788785
options.TerraformVars = getFullConfigSolutionTestVariables(options, existingResourceOptions)
789786

790787
err := options.RunSchematicUpgradeTest()

0 commit comments

Comments
 (0)