Skip to content

Commit 0fed558

Browse files
Merge pull request #30517 from hongkailiu/OCPBUGS-65896
NO-JIRA: Add exception for co/authentication on scaling test
2 parents b47953e + a325449 commit 0fed558

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)