We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48f0073 + 3eb51bd commit dc00942Copy full SHA for dc00942
internal/provider/resource_index_test.go
@@ -85,11 +85,6 @@ func TestAccResourceIndex(t *testing.T) {
85
}
86
87
func TestAccResourceIndexWithReplica(t *testing.T) {
88
- // NOTE: Deleting replica fails due to the same reason as the below issue.
89
- // https://github.com/algolia/algoliasearch-client-javascript/issues/1377
90
- // TODO: Remove t.Skip() once the issue is resolved.
91
- t.Skip()
92
-
93
primaryIndexName := randResourceID(80)
94
replicaIndexName := fmt.Sprintf("%s_replica", primaryIndexName)
95
primaryIndexResourceName := fmt.Sprintf("algolia_index.%s", primaryIndexName)
0 commit comments