Skip to content

Commit bcefecc

Browse files
committed
skip instance and k8s package until windows CI is fixed in scaleway#5119
1 parent cfe4407 commit bcefecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/testing.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ func createTestClient(
311311
var DefaultRetryInterval *time.Duration
312312

313313
var foldersUsingVCRv4 = []string{
314-
"instance",
315-
"k8s",
314+
//"instance", // skip until we can merge #5119
315+
//"k8s", // skip until we can merge #5119
316316
"marketplace",
317317
}
318318

0 commit comments

Comments
 (0)