Skip to content

Commit 2618b8d

Browse files
authored
test: remove workaround for provider bug which is fixed in 1.75.2 (#595)
1 parent 949c1d6 commit 2618b8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/pr_test.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ func TestFSCloudInSchematic(t *testing.T) {
137137

138138
// If "jp-osa" was the best region selected, default to us-south instead.
139139
// "jp-osa" is currently not allowing hs-crypto be used for encrypting in that region.
140-
// skipping the us-east due to provider issue : https://github.com/IBM-Cloud/terraform-provider-ibm/issues/4843
141-
if options.Region == "jp-osa" || options.Region == "us-east" {
140+
if options.Region == "jp-osa" {
142141
options.Region = "us-south"
143142
}
144143

0 commit comments

Comments
 (0)