Skip to content

Commit 99d2079

Browse files
committed
Skip ServiceCIDR in etcd_storage_path test
We block use of that API in OCP, so the test fails.
1 parent 130265e commit 99d2079

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/extended/etcd/etcd_storage_path.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,14 @@ var kindWhiteList = sets.NewString(
194194
"ImageStreamTag",
195195
"ImageTag",
196196
"UserIdentityMapping",
197+
197198
// these are now served using CRDs
198199
"ClusterResourceQuota",
199200
"SecurityContextConstraints",
200201
"RoleBindingRestriction",
202+
203+
// blocked by VAP in OCP
204+
"ServiceCIDR",
201205
)
202206

203207
type helperT struct {

0 commit comments

Comments
 (0)