File tree Expand file tree Collapse file tree 3 files changed +0
-13
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 3 files changed +0
-13
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments