Skip to content

Commit 28eddbc

Browse files
authored
test: disable KFTO in e2e (#1242)
- till we can have KFTO image moved away from docker.io, keep this component to Removed - hit too many times in e2e with" rate limits" Signed-off-by: Wen Zhou <wenzhou@redhat.com>
1 parent ac7bb50 commit 28eddbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/helper_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ func setupDSCInstance(name string) *dscv1.DataScienceCluster {
172172
},
173173
TrainingOperator: trainingoperator.TrainingOperator{
174174
Component: components.Component{
175-
ManagementState: operatorv1.Managed,
175+
ManagementState: operatorv1.Removed,
176176
},
177177
},
178178
},

0 commit comments

Comments
 (0)