Skip to content

Commit cb164c9

Browse files
committed
Basic license continue to exist
1 parent 6b060eb commit cb164c9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

es/resource_elasticsearch_license_test.go.disable

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ func testCheckElasticsearchLicenseDestroy(s *terraform.State) error {
8888
}
8989
}
9090

91-
return fmt.Errorf("License still exists")
91+
// The basic license continue to exist
92+
//return fmt.Errorf("License still exists")
93+
return nil
9294
}
9395

9496
return nil

0 commit comments

Comments
 (0)