@@ -138,9 +138,6 @@ func TestBackupRestore(t *testing.T) {
138138}
139139
140140func TestContactsCRUD (t * testing.T ) {
141- if recording .GetRecordMode () == recording .PlaybackMode {
142- t .Skip ("https://github.com/Azure/azure-sdk-for-go/issues/22869" )
143- }
144141 client := startTest (t )
145142
146143 contacts := azcertificates.Contacts {ContactList : []* azcertificates.Contact {
@@ -160,9 +157,6 @@ func TestContactsCRUD(t *testing.T) {
160157}
161158
162159func TestCRUD (t * testing.T ) {
163- if recording .GetRecordMode () == recording .PlaybackMode {
164- t .Skip ("https://github.com/Azure/azure-sdk-for-go/issues/22869" )
165- }
166160 client := startTest (t )
167161
168162 certName := getName (t , "" )
@@ -225,9 +219,6 @@ func TestCRUD(t *testing.T) {
225219}
226220
227221func TestDeleteRecover (t * testing.T ) {
228- if recording .GetRecordMode () == recording .PlaybackMode {
229- t .Skip ("https://github.com/Azure/azure-sdk-for-go/issues/22869" )
230- }
231222 client := startTest (t )
232223 certName := getName (t , "" )
233224 createParams := azcertificates.CreateCertificateParameters {CertificatePolicy : & selfSignedPolicy }
@@ -322,9 +313,6 @@ func TestID(t *testing.T) {
322313}
323314
324315func TestImportCertificate (t * testing.T ) {
325- if recording .GetRecordMode () == recording .PlaybackMode {
326- t .Skip ("https://github.com/Azure/azure-sdk-for-go/issues/22869" )
327- }
328316 client := startTest (t )
329317 certName := getName (t , "" )
330318 importParams := azcertificates.ImportCertificateParameters {
@@ -411,9 +399,6 @@ func TestIssuerCRUD(t *testing.T) {
411399}
412400
413401func TestListCertificates (t * testing.T ) {
414- if recording .GetRecordMode () == recording .PlaybackMode {
415- t .Skip ("https://github.com/Azure/azure-sdk-for-go/issues/22869" )
416- }
417402 client := startTest (t )
418403
419404 tag := getName (t , "" )
@@ -479,9 +464,6 @@ func TestListCertificates(t *testing.T) {
479464}
480465
481466func TestListCertificateVersions (t * testing.T ) {
482- if recording .GetRecordMode () == recording .PlaybackMode {
483- t .Skip ("https://github.com/Azure/azure-sdk-for-go/issues/22869" )
484- }
485467 client := startTest (t )
486468
487469 name := getName (t , "" )
@@ -617,9 +599,6 @@ func TestOperationCRUD(t *testing.T) {
617599}
618600
619601func TestUpdateCertificatePolicy (t * testing.T ) {
620- if recording .GetRecordMode () == recording .PlaybackMode {
621- t .Skip ("https://github.com/Azure/azure-sdk-for-go/issues/22869" )
622- }
623602 client := startTest (t )
624603
625604 certName := getName (t , "" )
0 commit comments