Skip to content

Commit a325449

Browse files
committed
Add exception for co/authentication on scaling test
1 parent 353bc51 commit a325449

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/extended/machines/scale.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ var _ = g.Describe("[sig-cluster-lifecycle][Feature:Machines][Serial] Managed cl
239239

240240
except := func(co string) string {
241241
switch co {
242+
case "authentication":
243+
return "https://issues.redhat.com/browse/OCPBUGS-65896"
242244
case "dns":
243245
return "https://issues.redhat.com/browse/OCPBUGS-62623"
244246
case "image-registry":

0 commit comments

Comments
 (0)