Skip to content

Commit dc00942

Browse files
authored
Merge pull request #170 from k-yomo/unskip-replica-index-test
Unskip replica index test
2 parents 48f0073 + 3eb51bd commit dc00942

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

internal/provider/resource_index_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ func TestAccResourceIndex(t *testing.T) {
8585
}
8686

8787
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-
9388
primaryIndexName := randResourceID(80)
9489
replicaIndexName := fmt.Sprintf("%s_replica", primaryIndexName)
9590
primaryIndexResourceName := fmt.Sprintf("algolia_index.%s", primaryIndexName)

0 commit comments

Comments
 (0)